#59252B

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

Shades of Burnt Crimson #59252B

Tints of Burnt Crimson #59252B

Color information

#59252B (or 0x59252B) is unknown color: approx Burnt Crimson. HEX triplet: 59, 25 and 2B. RGB value is (89,37,43). Sum of RGB (Red+Green+Blue) = 89+37+43=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59252B is #A6DAD4. Grayscale: #353535. Windows color (decimal): -10934997 or 2827609. OLE color: 2827609.

HSL color Cylindrical-coordinate representation of color #59252B: hue angle of 353.08º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59252B is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB893743-
CMYK00.580.520.65
HSL353.08º41.27%24.71%-
HSV(B)353.08º58.43%34.9%-
XYZ5.223.622.71-
YUV53.23122.23153.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=52.66%
G=21.89%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89374300.580.520.65353.0841.2724.71
Hex59252B03A34411612919
Octal1314553072641015415131
Binary10110011001011010110111010110100100000110110000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59252B; }

 p { color: rgb(89,37,43); }

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

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

 a { background-color: rgb(89,37,43); }

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

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

 span { border-color: rgb(89,37,43); }

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