Html Css Color HEX #532120 Red Oxide

📋 copy color: '#532120'

red 83 ◦ green 33 ◦ blue 32

#532120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #532120

Tints of Red Oxide #532120

RGB

 RED value IS 83 (32.81% from 255) = 56.08%

 GREEN value IS 33 (13.28% from 255) = 22.3%

 BLUE value IS 32 (12.89% from 255) = 21.62%

R = 56.08%
G = 22.3%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#532120 (or 0x532120) is known color: 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

RGB 83 33 32 -
CMYK 0 0.60 0.61 0.67
HSL 1.18º 0.44% 0.23% -
HSV(B) 1.18º 0.61% 0.33% -
XYZ 4.37 3.03 1.72 -
YUV 47.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 83 33 32 0 0.60 0.61 0.67 1.18 0.44 0.23
Hex 53 21 20 0 3C 3D 43 1 2C 17
Octal 123 41 40 0 74 75 103 1 54 27
Binary 1010011 100001 100000 0 111100 111101 1000011 1 101100 10111

Color Harmonies of #532120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532120

Black with #532120

Text Example


Text Example

White with #532120

Text Example


Text Example

HTML Codes & Css Web 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>