Html Css Color HEX #502120 Red Oxide

📋 copy color: '#502120'

red 80 ◦ green 33 ◦ blue 32

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

Shades of Red Oxide #502120

Tints of Red Oxide #502120

RGB

 RED value IS 80 (31.64% from 255) = 55.17%

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

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

R = 55.17%
G = 22.76%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#502120 (or 0x502120) is known color: Red Oxide. HEX triplet: 50, 21 and 20. RGB value is (80,33,32). Sum of RGB (Red+Green+Blue) = 80+33+32=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #502120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502120 is #AFDEDF. Grayscale: #2E2E2E. Windows color (decimal): -11525856 or 2105680. OLE color: 2105680.

HSL color Cylindrical-coordinate representation of color #502120: hue angle of 1.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502120 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 33 32 -
CMYK 0 0.59 0.60 0.69
HSL 1.25º 0.43% 0.22% -
HSV(B) 1.25º 0.6% 0.31% -
XYZ 4.11 2.9 1.71 -
YUV 46.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 80 33 32 0 0.59 0.60 0.69 1.25 0.43 0.22
Hex 50 21 20 0 3B 3C 45 1 2B 16
Octal 120 41 40 0 73 74 105 1 53 26
Binary 1010000 100001 100000 0 111011 111100 1000101 1 101011 10110

Color Harmonies of #502120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502120

Black with #502120

Text Example


Text Example

White with #502120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502120; }

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

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

background-color css

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

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

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

border-color css

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

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

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