Html Css Color HEX #501614 Red Oxide

📋 copy color: '#501614'

red 80 ◦ green 22 ◦ blue 20

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

Shades of Red Oxide #501614

Tints of Red Oxide #501614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.39%

R = 65.57%
G = 18.03%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#501614 (or 0x501614) is known color: Red Oxide. HEX triplet: 50, 16 and 14. RGB value is (80,22,20). Sum of RGB (Red+Green+Blue) = 80+22+20=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501614 is #AFE9EB. Grayscale: #272727. Windows color (decimal): -11528684 or 1316432. OLE color: 1316432.

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

Color convert

RGB 80 22 20 -
CMYK 0 0.72 0.75 0.69
HSL 0.6% 0.2% -
HSV(B) 0.75% 0.31% -
XYZ 3.72 2.33 0.92 -
YUV 39.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 80 22 20 0 0.72 0.75 0.69 2 0.6 0.2
Hex 50 16 14 0 48 4B 45 2 3C 14
Octal 120 26 24 0 110 113 105 2 74 24
Binary 1010000 10110 10100 0 1001000 1001011 1000101 10 111100 10100

Color Harmonies of #501614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501614

Black with #501614

Text Example


Text Example

White with #501614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501614; }

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

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

background-color css

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

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

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

border-color css

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

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

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