#59212A

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

Shades of Burnt Crimson #59212A

Tints of Burnt Crimson #59212A

Color information

#59212A (or 0x59212A) is unknown color: approx Burnt Crimson. HEX triplet: 59, 21 and 2A. RGB value is (89,33,42). Sum of RGB (Red+Green+Blue) = 89+33+42=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #59212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59212A is #A6DED5. Grayscale: #323232. Windows color (decimal): -10936022 or 2761049. OLE color: 2761049.

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

Color convert

RGB893342-
CMYK00.630.530.65
HSL350.36º45.9%23.92%-
HSV(B)350.36º62.92%34.9%-
XYZ5.083.382.57-
YUV50.77123.05155.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.27%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=54.27%
G=20.12%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89334200.630.530.65350.3645.923.92
Hex59212A03F354115e2e18
Octal1314152077651015365630
Binary10110011000011010100111111110101100000110101111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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