#592423

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

Shades of Red Oxide #592423

Tints of Red Oxide #592423

Color information

#592423 (or 0x592423) is unknown color: approx Red Oxide. HEX triplet: 59, 24 and 23. RGB value is (89,36,35). Sum of RGB (Red+Green+Blue) = 89+36+35=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #592423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592423 is #A6DBDC. Grayscale: #333333. Windows color (decimal): -10935261 or 2303065. OLE color: 2303065.

HSL color Cylindrical-coordinate representation of color #592423: hue angle of 1.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #592423 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB893635-
CMYK00.600.610.65
HSL1.11º43.55%24.31%-
HSV(B)1.11º60.67%34.9%-
XYZ5.053.512-
YUV51.73118.56154.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.62%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 35 (14.06% from 255) = 21.88%
R=55.62%
G=22.5%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89363500.600.610.651.1143.5524.31
Hex59242303C3D4112c18
Octal13144430747510115430
Binary101100110010010001101111001111011000001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592423; }

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

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

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

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

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

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

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

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