#5A0408

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

Shades of Burnt Crimson #5A0408

Tints of Burnt Crimson #5A0408

Color information

#5A0408 (or 0x5A0408) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 04 and 08. RGB value is (90,4,8). Sum of RGB (Red+Green+Blue) = 90+4+8=102 (13% of max value = 765). Red value is 90 (35.55% from 255 or 88.24% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0408 is #A5FBF7. Grayscale: #1E1E1E. Windows color (decimal): -10877944 or 525402. OLE color: 525402.

HSL color Cylindrical-coordinate representation of color #5A0408: hue angle of 357.21º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0408 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB9048-
CMYK00.960.910.65
HSL357.21º91.49%18.43%-
HSV(B)357.21º95.56%35.29%-
XYZ4.32.280.44-
YUV30.17115.49170.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 88.24%
GREEN value IS 4 (1.95% from 255) = 3.92%
BLUE value IS 8 (3.52% from 255) = 7.84%
R=88.24%
G=3.92%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal904800.960.910.65357.2191.4918.43
Hex5A480605B411655b12
Octal132410014013310154513322
Binary101101010010000110000010110111000001101100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,4,8); }

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

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

 a { background-color: rgb(90,4,8); }

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

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

 span { border-color: rgb(90,4,8); }

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