Html Css Color HEX #52201D Red Oxide

📋 copy color: '#52201D'

red 82 ◦ green 32 ◦ blue 29

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

Shades of Red Oxide #52201D

Tints of Red Oxide #52201D

RGB

 RED value IS 82 (32.42% from 255) = 57.34%

 GREEN value IS 32 (12.89% from 255) = 22.38%

 BLUE value IS 29 (11.72% from 255) = 20.28%

R = 57.34%
G = 22.38%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52201D (or 0x52201D) is known color: Red Oxide. HEX triplet: 52, 20 and 1D. RGB value is (82,32,29). Sum of RGB (Red+Green+Blue) = 82+32+29=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #52201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52201D is #ADDFE2. Grayscale: #2E2E2E. Windows color (decimal): -11395043 or 1908818. OLE color: 1908818.

HSL color Cylindrical-coordinate representation of color #52201D: hue angle of 3.4º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52201D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 29 -
CMYK 0 0.61 0.65 0.68
HSL 3.4º 0.48% 0.22% -
HSV(B) 3.4º 0.65% 0.32% -
XYZ 4.22 2.92 1.5 -
YUV 46.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 82 32 29 0 0.61 0.65 0.68 3.4 0.48 0.22
Hex 52 20 1D 0 3D 41 44 3 30 16
Octal 122 40 35 0 75 101 104 3 60 26
Binary 1010010 100000 11101 0 111101 1000001 1000100 11 110000 10110

Color Harmonies of #52201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52201D

Black with #52201D

Text Example


Text Example

White with #52201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52201D; }

 p { color: rgb(82,32,29); }

 H1.HeaderClassName
 {
   color: #52201D;
 }
 .AnyTagClassName
 {
   color: #52201D;
 }
</style>

background-color css

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

 a { background-color: rgb(82,32,29); }

 div.DivClassName
 {
   background-color: #52201D;
 }
 .BgClassName
 {
   background-color: #52201D;
 }
</style>

border-color css

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

 span { border-color: rgb(82,32,29); }

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