#59202B

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

Shades of Burnt Crimson #59202B

Tints of Burnt Crimson #59202B

Color information

#59202B (or 0x59202B) is unknown color: approx Burnt Crimson. HEX triplet: 59, 20 and 2B. RGB value is (89,32,43). Sum of RGB (Red+Green+Blue) = 89+32+43=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #59202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59202B is #A6DFD4. Grayscale: #323232. Windows color (decimal): -10936277 or 2826329. OLE color: 2826329.

HSL color Cylindrical-coordinate representation of color #59202B: hue angle of 348.42º 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 #59202B is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB893243-
CMYK00.640.520.65
HSL348.42º47.11%23.73%-
HSV(B)348.42º64.04%34.9%-
XYZ5.073.332.66-
YUV50.3123.88155.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.27%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=54.27%
G=19.51%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89324300.640.520.65348.4247.1123.73
Hex59202B040344115c2f18
Octal13140530100641015345730
Binary101100110000010101101000000110100100000110101110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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