Html Css Color HEX #501917 Red Oxide

📋 copy color: '#501917'

red 80 ◦ green 25 ◦ blue 23

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

Shades of Red Oxide #501917

Tints of Red Oxide #501917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.53%

 BLUE value IS 23 (9.38% from 255) = 17.97%

R = 62.5%
G = 19.53%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#501917 (or 0x501917) is known color: Red Oxide. HEX triplet: 50, 19 and 17. RGB value is (80,25,23). Sum of RGB (Red+Green+Blue) = 80+25+23=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #501917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501917 is #AFE6E8. Grayscale: #292929. Windows color (decimal): -11527913 or 1513808. OLE color: 1513808.

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

Color convert

RGB 80 25 23 -
CMYK 0 0.69 0.71 0.69
HSL 2.11º 0.55% 0.2% -
HSV(B) 2.11º 0.71% 0.31% -
XYZ 3.81 2.46 1.09 -
YUV 41.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 80 25 23 0 0.69 0.71 0.69 2.11 0.55 0.2
Hex 50 19 17 0 45 47 45 2 37 14
Octal 120 31 27 0 105 107 105 2 67 24
Binary 1010000 11001 10111 0 1000101 1000111 1000101 10 110111 10100

Color Harmonies of #501917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501917

Black with #501917

Text Example


Text Example

White with #501917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501917; }

 p { color: rgb(80,25,23); }

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

background-color css

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

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

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

border-color css

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

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

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