#58090E

Color #58090E Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #58090E

Tints of Burnt Crimson #58090E

Color information

#58090E (or 0x58090E) is unknown color: approx 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

RGB88914-
CMYK00.900.840.65
HSL356.2º81.44%19.02%-
HSV(B)356.2º89.77%34.51%-
XYZ4.22.30.64-
YUV33.19117.17167.09-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8891400.900.840.65356.281.4419.02
Hex589E05A54411645113
Octal1301116013212410154412123
Binary1011000100111100101101010101001000001101100100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>