#580809

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

Shades of Burnt Crimson #580809

Tints of Burnt Crimson #580809

Color information

#580809 (or 0x580809) is unknown color: approx Burnt Crimson. HEX triplet: 58, 08 and 09. RGB value is (88,8,9). Sum of RGB (Red+Green+Blue) = 88+8+9=105 (13% of max value = 765). Red value is 88 (34.77% from 255 or 83.81% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 88 - color contains mainly: red. Hex color #580809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580809 is #A7F7F6. Grayscale: #202020. Windows color (decimal): -11007991 or 591960. OLE color: 591960.

HSL color Cylindrical-coordinate representation of color #580809: hue angle of 359.25º 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 #580809 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB8889-
CMYK00.910.900.65
HSL359.25º83.33%18.82%-
HSV(B)359.25º90.91%34.51%-
XYZ4.162.270.48-
YUV32.03115167.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 83.81%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 9 (3.91% from 255) = 8.57%
R=83.81%
G=7.62%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888900.910.900.65359.2583.3318.82
Hex588905B5A411675313
Octal1301011013313210154712323
Binary1011000100010010101101110110101000001101100111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580809; }

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

 H1.HeaderClassName
 {
   color: #580809;
 }
 .AnyTagClassName
 {
   color: #580809;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #580809;
 }
 .BgClassName
 {
   background-color: #580809;
 }
</style>
border-color css

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

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

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