#5A1920

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

Shades of Burnt Crimson #5A1920

Tints of Burnt Crimson #5A1920

Color information

#5A1920 (or 0x5A1920) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 19 and 20. RGB value is (90,25,32). Sum of RGB (Red+Green+Blue) = 90+25+32=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1920 is #A5E6DF. Grayscale: #2D2D2D. Windows color (decimal): -10872544 or 2103642. OLE color: 2103642.

HSL color Cylindrical-coordinate representation of color #5A1920: hue angle of 353.54º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A1920 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB902532-
CMYK00.720.640.65
HSL353.54º56.52%22.55%-
HSV(B)353.54º72.22%35.29%-
XYZ4.822.971.69-
YUV45.23120.53159.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 61.22%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=61.22%
G=17.01%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90253200.720.640.65353.5456.5222.55
Hex5A192004840411623917
Octal132314001101001015427127
Binary101101011001100000010010001000000100000110110001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,25,32); }

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

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

 a { background-color: rgb(90,25,32); }

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

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

 span { border-color: rgb(90,25,32); }

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