#532120

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

Shades of Red Oxide #532120

Tints of Red Oxide #532120

Color information

#532120 (or 0x532120) is unknown color: approx Red Oxide. HEX triplet: 53, 21 and 20. RGB value is (83,33,32). Sum of RGB (Red+Green+Blue) = 83+33+32=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #532120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532120 is #ACDEDF. Grayscale: #2F2F2F. Windows color (decimal): -11329248 or 2105683. OLE color: 2105683.

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

Color convert

RGB833332-
CMYK00.600.610.67
HSL1.18º44.35%22.55%-
HSV(B)1.18º61.45%32.55%-
XYZ4.373.031.72-
YUV47.84119.06153.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 33 (13.28% from 255) = 22.30%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=56.08%
G=22.30%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83333200.600.610.671.1844.3522.55
Hex53212003C3D4312c17
Octal12341400747510315427
Binary101001110000110000001111001111011000011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532120; }

 p { color: rgb(83,33,32); }

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

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

 a { background-color: rgb(83,33,32); }

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

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

 span { border-color: rgb(83,33,32); }

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