Html Css Color HEX #501616 Red Oxide

📋 copy color: '#501616'

red 80 ◦ green 22 ◦ blue 22

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

Shades of Red Oxide #501616

Tints of Red Oxide #501616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.74%

 BLUE value IS 22 (8.98% from 255) = 17.74%

R = 64.52%
G = 17.74%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#501616 (or 0x501616) is known color: Red Oxide. HEX triplet: 50, 16 and 16. RGB value is (80,22,22). Sum of RGB (Red+Green+Blue) = 80+22+22=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #501616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501616 is #AFE9E9. Grayscale: #272727. Windows color (decimal): -11528682 or 1447504. OLE color: 1447504.

HSL color Cylindrical-coordinate representation of color #501616: hue angle of 0º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501616 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 22 -
CMYK 0 0.72 0.72 0.69
HSL 0.57% 0.2% -
HSV(B) 0.73% 0.31% -
XYZ 3.74 2.34 1.01 -
YUV 39.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 80 22 22 0 0.72 0.72 0.69 0 0.57 0.2
Hex 50 16 16 0 48 48 45 0 39 14
Octal 120 26 26 0 110 110 105 0 71 24
Binary 1010000 10110 10110 0 1001000 1001000 1000101 0 111001 10100

Color Harmonies of #501616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501616

Black with #501616

Text Example


Text Example

White with #501616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501616; }

 p { color: rgb(80,22,22); }

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

background-color css

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

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

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

border-color css

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

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

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