Html Css Color HEX #501713 Red Oxide

📋 copy color: '#501713'

red 80 ◦ green 23 ◦ blue 19

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

Shades of Red Oxide #501713

Tints of Red Oxide #501713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.57%

R = 65.57%
G = 18.85%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#501713 (or 0x501713) is known color: Red Oxide. HEX triplet: 50, 17 and 13. RGB value is (80,23,19). Sum of RGB (Red+Green+Blue) = 80+23+19=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501713 is #AFE8EC. Grayscale: #272727. Windows color (decimal): -11528429 or 1251152. OLE color: 1251152.

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

Color convert

RGB 80 23 19 -
CMYK 0 0.71 0.76 0.69
HSL 3.93º 0.62% 0.19% -
HSV(B) 3.93º 0.76% 0.31% -
XYZ 3.73 2.37 0.88 -
YUV 39.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 80 23 19 0 0.71 0.76 0.69 3.93 0.62 0.19
Hex 50 17 13 0 47 4C 45 4 3E 13
Octal 120 27 23 0 107 114 105 4 76 23
Binary 1010000 10111 10011 0 1000111 1001100 1000101 100 111110 10011

Color Harmonies of #501713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501713

Black with #501713

Text Example


Text Example

White with #501713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501713; }

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

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

background-color css

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

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

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

border-color css

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

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

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