Html Css Color HEX #501105 Red Oxide

📋 copy color: '#501105'

red 80 ◦ green 17 ◦ blue 5

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

Shades of Red Oxide #501105

Tints of Red Oxide #501105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.9%

R = 78.43%
G = 16.67%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#501105 (or 0x501105) is known color: Red Oxide. HEX triplet: 50, 11 and 05. RGB value is (80,17,5). Sum of RGB (Red+Green+Blue) = 80+17+5=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #501105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501105 is #AFEEFA. Grayscale: #222222. Windows color (decimal): -11529979 or 332112. OLE color: 332112.

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

Color convert

RGB 80 17 5 -
CMYK 0 0.79 0.94 0.69
HSL 9.6º 0.88% 0.17% -
HSV(B) 9.6º 0.94% 0.31% -
XYZ 3.54 2.12 0.37 -
YUV 34.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 80 17 5 0 0.79 0.94 0.69 9.6 0.88 0.17
Hex 50 11 5 0 4F 5E 45 A 58 11
Octal 120 21 5 0 117 136 105 12 130 21
Binary 1010000 10001 101 0 1001111 1011110 1000101 1010 1011000 10001

Color Harmonies of #501105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501105

Black with #501105

Text Example


Text Example

White with #501105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501105; }

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

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

background-color css

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

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

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

border-color css

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

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

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