#592129

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

Shades of Burnt Crimson #592129

Tints of Burnt Crimson #592129

Color information

#592129 (or 0x592129) is unknown color: approx Burnt Crimson. HEX triplet: 59, 21 and 29. RGB value is (89,33,41). Sum of RGB (Red+Green+Blue) = 89+33+41=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #592129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592129 is #A6DED6. Grayscale: #323232. Windows color (decimal): -10936023 or 2695513. OLE color: 2695513.

HSL color Cylindrical-coordinate representation of color #592129: hue angle of 351.43º 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 #592129 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB893341-
CMYK00.630.540.65
HSL351.43º45.9%23.92%-
HSV(B)351.43º62.92%34.9%-
XYZ5.063.372.48-
YUV50.66122.55155.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=54.60%
G=20.25%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89334100.630.540.65351.4345.923.92
Hex59212903F364115f2e18
Octal1314151077661015375630
Binary10110011000011010010111111110110100000110101111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592129; }

 p { color: rgb(89,33,41); }

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

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

 a { background-color: rgb(89,33,41); }

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

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

 span { border-color: rgb(89,33,41); }

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