#5A2122

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

Shades of Burnt Crimson #5A2122

Tints of Burnt Crimson #5A2122

Color information

#5A2122 (or 0x5A2122) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 21 and 22. RGB value is (90,33,34). Sum of RGB (Red+Green+Blue) = 90+33+34=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2122 is #A5DEDD. Grayscale: #323232. Windows color (decimal): -10870494 or 2236762. OLE color: 2236762.

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

Color convert

RGB903334-
CMYK00.630.620.65
HSL358.95º46.34%24.12%-
HSV(B)358.95º63.33%35.29%-
XYZ5.053.381.9-
YUV50.16118.88156.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.32%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 34 (13.67% from 255) = 21.66%
R=57.32%
G=21.02%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90333400.630.620.65358.9546.3424.12
Hex5A212203F3E411672e18
Octal1324142077761015475630
Binary10110101000011000100111111111110100000110110011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,33,34); }

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

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

 a { background-color: rgb(90,33,34); }

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

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

 span { border-color: rgb(90,33,34); }

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