#592126

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

Shades of Burnt Crimson #592126

Tints of Burnt Crimson #592126

Color information

#592126 (or 0x592126) is unknown color: approx Burnt Crimson. HEX triplet: 59, 21 and 26. RGB value is (89,33,38). Sum of RGB (Red+Green+Blue) = 89+33+38=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #592126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592126 is #A6DED9. Grayscale: #323232. Windows color (decimal): -10936026 or 2498905. OLE color: 2498905.

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

Color convert

RGB893338-
CMYK00.630.570.65
HSL354.64º45.9%23.92%-
HSV(B)354.64º62.92%34.9%-
XYZ5.013.352.22-
YUV50.31121.05155.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.62%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=55.62%
G=20.62%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89333800.630.570.65354.6445.923.92
Hex59212603F39411632e18
Octal1314146077711015435630
Binary10110011000011001100111111111001100000110110001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592126; }

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

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

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

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

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

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

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

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