#5B1E23

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

Shades of Burnt Crimson #5B1E23

Tints of Burnt Crimson #5B1E23

Color information

#5B1E23 (or 0x5B1E23) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 1E and 23. RGB value is (91,30,35). Sum of RGB (Red+Green+Blue) = 91+30+35=156 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.33% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1E23 is #A4E1DC. Grayscale: #303030. Windows color (decimal): -10805725 or 2301531. OLE color: 2301531.

HSL color Cylindrical-coordinate representation of color #5B1E23: hue angle of 355.08º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B1E23 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB913035-
CMYK00.670.620.64
HSL355.08º50.41%23.73%-
HSV(B)355.08º67.03%35.69%-
XYZ5.083.271.95-
YUV48.81120.21158.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 58.33%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 35 (14.06% from 255) = 22.44%
R=58.33%
G=19.23%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91303500.670.620.64355.0850.4123.73
Hex5B1E230433E401633218
Octal13336430103761005436230
Binary10110111111010001101000011111110100000010110001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,30,35); }

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

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

 a { background-color: rgb(91,30,35); }

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

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

 span { border-color: rgb(91,30,35); }

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