Html Css Color HEX #501411 Red Oxide

📋 copy color: '#501411'

red 80 ◦ green 20 ◦ blue 17

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

Shades of Red Oxide #501411

Tints of Red Oxide #501411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.09%

 BLUE value IS 17 (7.03% from 255) = 14.53%

R = 68.38%
G = 17.09%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#501411 (or 0x501411) is known color: Red Oxide. HEX triplet: 50, 14 and 11. RGB value is (80,20,17). Sum of RGB (Red+Green+Blue) = 80+20+17=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #501411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501411 is #AFEBEE. Grayscale: #252525. Windows color (decimal): -11529199 or 1119312. OLE color: 1119312.

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

Color convert

RGB 80 20 17 -
CMYK 0 0.75 0.79 0.69
HSL 2.86º 0.65% 0.19% -
HSV(B) 2.86º 0.79% 0.31% -
XYZ 3.66 2.25 0.77 -
YUV 37.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 80 20 17 0 0.75 0.79 0.69 2.86 0.65 0.19
Hex 50 14 11 0 4B 4F 45 3 41 13
Octal 120 24 21 0 113 117 105 3 101 23
Binary 1010000 10100 10001 0 1001011 1001111 1000101 11 1000001 10011

Color Harmonies of #501411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501411

Black with #501411

Text Example


Text Example

White with #501411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501411; }

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

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

background-color css

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

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

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

border-color css

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

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

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