#5A0D13

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

Shades of Burnt Crimson #5A0D13

Tints of Burnt Crimson #5A0D13

Color information

#5A0D13 (or 0x5A0D13) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 0D and 13. RGB value is (90,13,19). Sum of RGB (Red+Green+Blue) = 90+13+19=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0D13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0D13 is #A5F2EC. Grayscale: #242424. Windows color (decimal): -10875629 or 1248602. OLE color: 1248602.

HSL color Cylindrical-coordinate representation of color #5A0D13: hue angle of 355.32º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A0D13 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB901319-
CMYK00.860.790.65
HSL355.32º74.76%20.2%-
HSV(B)355.32º85.56%35.29%-
XYZ4.482.510.86-
YUV36.71118.01166.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 73.77%
GREEN value IS 13 (5.47% from 255) = 10.66%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=73.77%
G=10.66%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90131900.860.790.65355.3274.7620.2
Hex5AD130564F411634b14
Octal1321523012611710154311324
Binary10110101101100110101011010011111000001101100011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,13,19); }

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

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

 a { background-color: rgb(90,13,19); }

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

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

 span { border-color: rgb(90,13,19); }

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