#5B1419

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

Shades of Burnt Crimson #5B1419

Tints of Burnt Crimson #5B1419

Color information

#5B1419 (or 0x5B1419) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 14 and 19. RGB value is (91,20,25). Sum of RGB (Red+Green+Blue) = 91+20+25=136 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.91% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1419 is #A4EBE6. Grayscale: #292929. Windows color (decimal): -10808295 or 1643611. OLE color: 1643611.

HSL color Cylindrical-coordinate representation of color #5B1419: hue angle of 355.77º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B1419 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB912025-
CMYK00.780.730.64
HSL355.77º63.96%21.76%-
HSV(B)355.77º78.02%35.69%-
XYZ4.742.791.21-
YUV41.8118.52163.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 66.91%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 25 (10.16% from 255) = 18.38%
R=66.91%
G=14.71%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91202500.780.730.64355.7763.9621.76
Hex5B141904E49401644016
Octal1332431011611110054410026
Binary101101110100110010100111010010011000000101100100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,20,25); }

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

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

 a { background-color: rgb(91,20,25); }

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

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

 span { border-color: rgb(91,20,25); }

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