#5B080D

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

Shades of Burnt Crimson #5B080D

Tints of Burnt Crimson #5B080D

Color information

#5B080D (or 0x5B080D) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 08 and 0D. RGB value is (91,8,13). Sum of RGB (Red+Green+Blue) = 91+8+13=112 (14% of max value = 765). Red value is 91 (35.94% from 255 or 81.25% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 91 - color contains mainly: red. Hex color #5B080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B080D is #A4F7F2. Grayscale: #212121. Windows color (decimal): -10811379 or 854107. OLE color: 854107.

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

Color convert

RGB91813-
CMYK00.910.860.64
HSL356.39º83.84%19.41%-
HSV(B)356.39º91.21%35.69%-
XYZ4.472.430.61-
YUV33.39116.5169.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 81.25%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=81.25%
G=7.14%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9181300.910.860.64356.3983.8419.41
Hex5B8D05B56401645413
Octal1331015013312610054412423
Binary1011011100011010101101110101101000000101100100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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