#5B1011

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

Shades of Burnt Crimson #5B1011

Tints of Burnt Crimson #5B1011

Color information

#5B1011 (or 0x5B1011) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 10 and 11. RGB value is (91,16,17). Sum of RGB (Red+Green+Blue) = 91+16+17=124 (16% of max value = 765). Red value is 91 (35.94% from 255 or 73.39% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1011 is #A4EFEE. Grayscale: #262626. Windows color (decimal): -10809327 or 1118299. OLE color: 1118299.

HSL color Cylindrical-coordinate representation of color #5B1011: hue angle of 359.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1011 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB911617-
CMYK00.820.810.64
HSL359.2º70.09%20.98%-
HSV(B)359.2º82.42%35.69%-
XYZ4.62.640.8-
YUV38.54115.85165.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 73.39%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=73.39%
G=12.90%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91161700.820.810.64359.270.0920.98
Hex5B101105251401674615
Octal1332021012212110054710625
Binary101101110000100010101001010100011000000101100111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,16,17); }

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

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

 a { background-color: rgb(91,16,17); }

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

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

 span { border-color: rgb(91,16,17); }

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