#5D0809

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

Shades of Burnt Crimson #5D0809

Tints of Burnt Crimson #5D0809

Color information

#5D0809 (or 0x5D0809) is unknown color: approx Burnt Crimson. HEX triplet: 5D, 08 and 09. RGB value is (93,8,9). Sum of RGB (Red+Green+Blue) = 93+8+9=110 (14% of max value = 765). Red value is 93 (36.72% from 255 or 84.55% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0809 is #A2F7F6. Grayscale: #212121. Windows color (decimal): -10680311 or 591965. OLE color: 591965.

HSL color Cylindrical-coordinate representation of color #5D0809: hue angle of 359.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0809 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB9389-
CMYK00.910.900.64
HSL359.29º84.16%19.8%-
HSV(B)359.29º91.4%36.47%-
XYZ4.652.520.5-
YUV33.53114.16170.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 84.55%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=84.55%
G=7.27%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal938900.910.900.64359.2984.1619.8
Hex5D8905B5A401675414
Octal1351011013313210054712424
Binary1011101100010010101101110110101000000101100111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D0809; }

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

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

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

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

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

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

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

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