Html Css Color HEX #58080A Burnt Crimson

📋 copy color: '#58080A'

red 88 ◦ green 8 ◦ blue 10

#58080A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #58080A

Tints of Burnt Crimson #58080A

RGB

 RED value IS 88 (34.77% from 255) = 83.02%

 GREEN value IS 8 (3.52% from 255) = 7.55%

 BLUE value IS 10 (4.3% from 255) = 9.43%

R = 83.02%
G = 7.55%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#58080A (or 0x58080A) is known color: Burnt Crimson. HEX triplet: 58, 08 and 0A. RGB value is (88,8,10). Sum of RGB (Red+Green+Blue) = 88+8+10=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #58080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58080A is #A7F7F5. Grayscale: #202020. Windows color (decimal): -11007990 or 657496. OLE color: 657496.

HSL color Cylindrical-coordinate representation of color #58080A: hue angle of 358.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58080A is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 8 10 -
CMYK 0 0.91 0.89 0.65
HSL 358.5º 0.83% 0.19% -
HSV(B) 358.5º 0.91% 0.35% -
XYZ 4.17 2.27 0.51 -
YUV 32.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 88 8 10 0 0.91 0.89 0.65 358.5 0.83 0.19
Hex 58 8 A 0 5B 59 41 166 53 13
Octal 130 10 12 0 133 131 101 546 123 23
Binary 1011000 1000 1010 0 1011011 1011001 1000001 101100110 1010011 10011

Color Harmonies of #58080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58080A

Black with #58080A

Text Example


Text Example

White with #58080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58080A; }

 p { color: rgb(88,8,10); }

 H1.HeaderClassName
 {
   color: #58080A;
 }
 .AnyTagClassName
 {
   color: #58080A;
 }
</style>

background-color css

<style>
 a { background-color: #58080A; }

 a { background-color: rgb(88,8,10); }

 div.DivClassName
 {
   background-color: #58080A;
 }
 .BgClassName
 {
   background-color: #58080A;
 }
</style>

border-color css

<style>
 span { border-color: #58080A; }

 span { border-color: rgb(88,8,10); }

 td.TdClassName
 {
   border-color: #58080A;
 }
 .TagClassName
 {
   border-color: #58080A;
 }
</style>