Html Css Color HEX #501109 Red Oxide

📋 copy color: '#501109'

red 80 ◦ green 17 ◦ blue 9

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

Shades of Red Oxide #501109

Tints of Red Oxide #501109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.49%

R = 75.47%
G = 16.04%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#501109 (or 0x501109) is known color: Red Oxide. HEX triplet: 50, 11 and 09. RGB value is (80,17,9). Sum of RGB (Red+Green+Blue) = 80+17+9=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #501109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501109 is #AFEEF6. Grayscale: #232323. Windows color (decimal): -11529975 or 594256. OLE color: 594256.

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

Color convert

RGB 80 17 9 -
CMYK 0 0.79 0.89 0.69
HSL 6.76º 0.8% 0.17% -
HSV(B) 6.76º 0.89% 0.31% -
XYZ 3.56 2.13 0.48 -
YUV 34.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 80 17 9 0 0.79 0.89 0.69 6.76 0.8 0.17
Hex 50 11 9 0 4F 59 45 7 50 11
Octal 120 21 11 0 117 131 105 7 120 21
Binary 1010000 10001 1001 0 1001111 1011001 1000101 111 1010000 10001

Color Harmonies of #501109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501109

Black with #501109

Text Example


Text Example

White with #501109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501109; }

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

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

background-color css

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

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

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

border-color css

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

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

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