Html Css Color HEX #501817 Red Oxide

📋 copy color: '#501817'

red 80 ◦ green 24 ◦ blue 23

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

Shades of Red Oxide #501817

Tints of Red Oxide #501817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.9%

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

R = 62.99%
G = 18.9%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#501817 (or 0x501817) is known color: Red Oxide. HEX triplet: 50, 18 and 17. RGB value is (80,24,23). Sum of RGB (Red+Green+Blue) = 80+24+23=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #501817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501817 is #AFE7E8. Grayscale: #282828. Windows color (decimal): -11528169 or 1513552. OLE color: 1513552.

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

Color convert

RGB 80 24 23 -
CMYK 0 0.70 0.71 0.69
HSL 1.05º 0.55% 0.2% -
HSV(B) 1.05º 0.71% 0.31% -
XYZ 3.79 2.42 1.08 -
YUV 40.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 80 24 23 0 0.70 0.71 0.69 1.05 0.55 0.2
Hex 50 18 17 0 46 47 45 1 37 14
Octal 120 30 27 0 106 107 105 1 67 24
Binary 1010000 11000 10111 0 1000110 1000111 1000101 1 110111 10100

Color Harmonies of #501817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501817

Black with #501817

Text Example


Text Example

White with #501817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501817; }

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

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

background-color css

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

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

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

border-color css

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

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

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