#592321

Color #592321 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #592321

Tints of Red Oxide #592321

Color information

#592321 (or 0x592321) is unknown color: approx Red Oxide. HEX triplet: 59, 23 and 21. RGB value is (89,35,33). Sum of RGB (Red+Green+Blue) = 89+35+33=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #592321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592321 is #A6DCDE. Grayscale: #323232. Windows color (decimal): -10935519 or 2171737. OLE color: 2171737.

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

Color convert

RGB893533-
CMYK00.610.630.65
HSL2.14º45.9%23.92%-
HSV(B)2.14º62.92%34.9%-
XYZ53.441.84-
YUV50.92117.89155.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 33 (13.28% from 255) = 21.02%
R=56.69%
G=22.29%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89353300.610.630.652.1445.923.92
Hex59232103D3F4122e18
Octal13143410757710125630
Binary1011001100011100001011110111111110000011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592321; }

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

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

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

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

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

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

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

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