#5B0408

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

Shades of Burnt Crimson #5B0408

Tints of Burnt Crimson #5B0408

Color information

#5B0408 (or 0x5B0408) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 04 and 08. RGB value is (91,4,8). Sum of RGB (Red+Green+Blue) = 91+4+8=103 (13% of max value = 765). Red value is 91 (35.94% from 255 or 88.35% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0408 is #A4FBF7. Grayscale: #1E1E1E. Windows color (decimal): -10812408 or 525403. OLE color: 525403.

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

Color convert

RGB9148-
CMYK00.960.910.64
HSL357.24º91.58%18.63%-
HSV(B)357.24º95.6%35.69%-
XYZ4.42.330.45-
YUV30.47115.32171.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 88.35%
GREEN value IS 4 (1.95% from 255) = 3.88%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=88.35%
G=3.88%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal914800.960.910.64357.2491.5818.63
Hex5B480605B401655c13
Octal133410014013310054513423
Binary101101110010000110000010110111000000101100101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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