#59252A

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

Shades of Burnt Crimson #59252A

Tints of Burnt Crimson #59252A

Color information

#59252A (or 0x59252A) is unknown color: approx Burnt Crimson. HEX triplet: 59, 25 and 2A. RGB value is (89,37,42). Sum of RGB (Red+Green+Blue) = 89+37+42=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59252A is #A6DAD5. Grayscale: #353535. Windows color (decimal): -10934998 or 2762073. OLE color: 2762073.

HSL color Cylindrical-coordinate representation of color #59252A: hue angle of 354.23º 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 #59252A is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB893742-
CMYK00.580.530.65
HSL354.23º41.27%24.71%-
HSV(B)354.23º58.43%34.9%-
XYZ5.23.612.61-
YUV53.12121.73153.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.98%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 42 (16.80% from 255) = 25%
R=52.98%
G=22.02%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89374200.580.530.65354.2341.2724.71
Hex59252A03A35411622919
Octal1314552072651015425131
Binary10110011001011010100111010110101100000110110001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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