Html Css Color HEX #501111 Red Oxide

📋 copy color: '#501111'

red 80 ◦ green 17 ◦ blue 17

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

Shades of Red Oxide #501111

Tints of Red Oxide #501111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.91%

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

R = 70.18%
G = 14.91%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#501111 (or 0x501111) is known color: Red Oxide. HEX triplet: 50, 11 and 11. RGB value is (80,17,17). Sum of RGB (Red+Green+Blue) = 80+17+17=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #501111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501111 is #AFEEEE. Grayscale: #232323. Windows color (decimal): -11529967 or 1118544. OLE color: 1118544.

HSL color Cylindrical-coordinate representation of color #501111: hue angle of 0º 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 #501111 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 17 -
CMYK 0 0.79 0.79 0.69
HSL 0.65% 0.19% -
HSV(B) 0.79% 0.31% -
XYZ 3.61 2.15 0.75 -
YUV 35.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 80 17 17 0 0.79 0.79 0.69 0 0.65 0.19
Hex 50 11 11 0 4F 4F 45 0 41 13
Octal 120 21 21 0 117 117 105 0 101 23
Binary 1010000 10001 10001 0 1001111 1001111 1000101 0 1000001 10011

Color Harmonies of #501111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501111

Black with #501111

Text Example


Text Example

White with #501111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501111; }

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

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

background-color css

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

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

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

border-color css

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

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

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