Html Css Color HEX #58090E Burnt Crimson

📋 copy color: '#58090E'

red 88 ◦ green 9 ◦ blue 14

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

Shades of Burnt Crimson #58090E

Tints of Burnt Crimson #58090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.11%

 BLUE value IS 14 (5.86% from 255) = 12.61%

R = 79.28%
G = 8.11%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#58090E (or 0x58090E) is known color: Burnt Crimson. HEX triplet: 58, 09 and 0E. RGB value is (88,9,14). Sum of RGB (Red+Green+Blue) = 88+9+14=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #58090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58090E is #A7F6F1. Grayscale: #212121. Windows color (decimal): -11007730 or 919896. OLE color: 919896.

HSL color Cylindrical-coordinate representation of color #58090E: hue angle of 356.2º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58090E is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 9 14 -
CMYK 0 0.90 0.84 0.65
HSL 356.2º 0.81% 0.19% -
HSV(B) 356.2º 0.9% 0.35% -
XYZ 4.2 2.3 0.64 -
YUV 33.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 88 9 14 0 0.90 0.84 0.65 356.2 0.81 0.19
Hex 58 9 E 0 5A 54 41 164 51 13
Octal 130 11 16 0 132 124 101 544 121 23
Binary 1011000 1001 1110 0 1011010 1010100 1000001 101100100 1010001 10011

Color Harmonies of #58090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58090E

Black with #58090E

Text Example


Text Example

White with #58090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58090E; }

 p { color: rgb(88,9,14); }

 H1.HeaderClassName
 {
   color: #58090E;
 }
 .AnyTagClassName
 {
   color: #58090E;
 }
</style>

background-color css

<style>
 a { background-color: #58090E; }

 a { background-color: rgb(88,9,14); }

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

border-color css

<style>
 span { border-color: #58090E; }

 span { border-color: rgb(88,9,14); }

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