Html Css Color HEX #501715 Red Oxide

📋 copy color: '#501715'

red 80 ◦ green 23 ◦ blue 21

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

Shades of Red Oxide #501715

Tints of Red Oxide #501715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.55%

 BLUE value IS 21 (8.59% from 255) = 16.94%

R = 64.52%
G = 18.55%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#501715 (or 0x501715) is known color: Red Oxide. HEX triplet: 50, 17 and 15. RGB value is (80,23,21). Sum of RGB (Red+Green+Blue) = 80+23+21=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #501715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501715 is #AFE8EA. Grayscale: #272727. Windows color (decimal): -11528427 or 1382224. OLE color: 1382224.

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

Color convert

RGB 80 23 21 -
CMYK 0 0.71 0.74 0.69
HSL 2.03º 0.58% 0.2% -
HSV(B) 2.03º 0.74% 0.31% -
XYZ 3.75 2.37 0.97 -
YUV 39.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 80 23 21 0 0.71 0.74 0.69 2.03 0.58 0.2
Hex 50 17 15 0 47 4A 45 2 3A 14
Octal 120 27 25 0 107 112 105 2 72 24
Binary 1010000 10111 10101 0 1000111 1001010 1000101 10 111010 10100

Color Harmonies of #501715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501715

Black with #501715

Text Example


Text Example

White with #501715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501715; }

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

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

background-color css

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

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

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

border-color css

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

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

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