#59232A

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

Shades of Burnt Crimson #59232A

Tints of Burnt Crimson #59232A

Color information

#59232A (or 0x59232A) is unknown color: approx Burnt Crimson. HEX triplet: 59, 23 and 2A. RGB value is (89,35,42). Sum of RGB (Red+Green+Blue) = 89+35+42=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59232A is #A6DCD5. Grayscale: #333333. Windows color (decimal): -10935510 or 2761561. OLE color: 2761561.

HSL color Cylindrical-coordinate representation of color #59232A: hue angle of 352.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59232A is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB893542-
CMYK00.610.530.65
HSL352.22º43.55%24.31%-
HSV(B)352.22º60.67%34.9%-
XYZ5.143.492.59-
YUV51.94122.39154.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.61%
GREEN value IS 35 (14.06% from 255) = 21.08%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=53.61%
G=21.08%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89354200.610.530.65352.2243.5524.31
Hex59232A03D35411602c18
Octal1314352075651015405430
Binary10110011000111010100111101110101100000110110000010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59232A; }

 p { color: rgb(89,35,42); }

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

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

 a { background-color: rgb(89,35,42); }

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

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

 span { border-color: rgb(89,35,42); }

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