#5A2029

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

Shades of Burnt Crimson #5A2029

Tints of Burnt Crimson #5A2029

Color information

#5A2029 (or 0x5A2029) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 20 and 29. RGB value is (90,32,41). Sum of RGB (Red+Green+Blue) = 90+32+41=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2029 is #A5DFD6. Grayscale: #323232. Windows color (decimal): -10870743 or 2695258. OLE color: 2695258.

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

Color convert

RGB903241-
CMYK00.640.540.65
HSL350.69º47.54%23.92%-
HSV(B)350.69º64.44%35.29%-
XYZ5.133.372.48-
YUV50.37122.72156.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.21%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=55.21%
G=19.63%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90324100.640.540.65350.6947.5423.92
Hex5A2029040364115f3018
Octal13240510100661015376030
Binary101101010000010100101000000110110100000110101111111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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