#5A2225

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

Shades of Burnt Crimson #5A2225

Tints of Burnt Crimson #5A2225

Color information

#5A2225 (or 0x5A2225) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 22 and 25. RGB value is (90,34,37). Sum of RGB (Red+Green+Blue) = 90+34+37=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2225 is #A5DDDA. Grayscale: #333333. Windows color (decimal): -10870235 or 2433626. OLE color: 2433626.

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

Color convert

RGB903437-
CMYK00.620.590.65
HSL356.79º45.16%24.31%-
HSV(B)356.79º62.22%35.29%-
XYZ5.123.452.15-
YUV51.09120.05155.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.90%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=55.90%
G=21.12%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90343700.620.590.65356.7945.1624.31
Hex5A222503E3B411652d18
Octal1324245076731015455530
Binary10110101000101001010111110111011100000110110010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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