#5A080B

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

Shades of Burnt Crimson #5A080B

Tints of Burnt Crimson #5A080B

Color information

#5A080B (or 0x5A080B) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 08 and 0B. RGB value is (90,8,11). Sum of RGB (Red+Green+Blue) = 90+8+11=109 (14% of max value = 765). Red value is 90 (35.55% from 255 or 82.57% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 90 - color contains mainly: red. Hex color #5A080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A080B is #A5F7F4. Grayscale: #202020. Windows color (decimal): -10876917 or 723034. OLE color: 723034.

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

Color convert

RGB90811-
CMYK00.910.880.65
HSL357.8º83.67%19.22%-
HSV(B)357.8º91.11%35.29%-
XYZ4.362.370.54-
YUV32.86115.67168.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 82.57%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 11 (4.69% from 255) = 10.09%
R=82.57%
G=7.34%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9081100.910.880.65357.883.6719.22
Hex5A8B05B58411665413
Octal1321013013313010154612423
Binary1011010100010110101101110110001000001101100110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,8,11); }

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

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

 a { background-color: rgb(90,8,11); }

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

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

 span { border-color: rgb(90,8,11); }

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