#5A1517

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

Shades of Burnt Crimson #5A1517

Tints of Burnt Crimson #5A1517

Color information

#5A1517 (or 0x5A1517) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 15 and 17. RGB value is (90,21,23). Sum of RGB (Red+Green+Blue) = 90+21+23=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1517 is #A5EAE8. Grayscale: #292929. Windows color (decimal): -10873577 or 1512794. OLE color: 1512794.

HSL color Cylindrical-coordinate representation of color #5A1517: hue angle of 358.26º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1517 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB902123-
CMYK00.770.740.65
HSL358.26º62.16%21.76%-
HSV(B)358.26º76.67%35.29%-
XYZ4.642.771.1-
YUV41.86117.36162.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 67.16%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 23 (9.38% from 255) = 17.16%
R=67.16%
G=15.67%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90212300.770.740.65358.2662.1621.76
Hex5A151704D4A411663e16
Octal132252701151121015467626
Binary10110101010110111010011011001010100000110110011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,21,23); }

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

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

 a { background-color: rgb(90,21,23); }

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

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

 span { border-color: rgb(90,21,23); }

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