#592022

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

Shades of Burnt Crimson #592022

Tints of Burnt Crimson #592022

Color information

#592022 (or 0x592022) is unknown color: approx Burnt Crimson. HEX triplet: 59, 20 and 22. RGB value is (89,32,34). Sum of RGB (Red+Green+Blue) = 89+32+34=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #592022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592022 is #A6DFDD. Grayscale: #313131. Windows color (decimal): -10936286 or 2236505. OLE color: 2236505.

HSL color Cylindrical-coordinate representation of color #592022: hue angle of 357.89º degrees, saturation: 0.47, 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 #592022 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB893234-
CMYK00.640.620.65
HSL357.89º47.11%23.73%-
HSV(B)357.89º64.04%34.9%-
XYZ4.933.271.89-
YUV49.27119.38156.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.42%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 34 (13.67% from 255) = 21.94%
R=57.42%
G=20.65%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89323400.640.620.65357.8947.1123.73
Hex5920220403E411662f18
Octal13140420100761015465730
Binary101100110000010001001000000111110100000110110011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592022; }

 p { color: rgb(89,32,34); }

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

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

 a { background-color: rgb(89,32,34); }

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

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

 span { border-color: rgb(89,32,34); }

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