Html Css Color HEX #501913 Red Oxide

📋 copy color: '#501913'

red 80 ◦ green 25 ◦ blue 19

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

Shades of Red Oxide #501913

Tints of Red Oxide #501913

RGB

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

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

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

R = 64.52%
G = 20.16%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#501913 (or 0x501913) is known color: Red Oxide. HEX triplet: 50, 19 and 13. RGB value is (80,25,19). Sum of RGB (Red+Green+Blue) = 80+25+19=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #501913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501913 is #AFE6EC. Grayscale: #282828. Windows color (decimal): -11527917 or 1251664. OLE color: 1251664.

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

Color convert

RGB 80 25 19 -
CMYK 0 0.69 0.76 0.69
HSL 5.9º 0.62% 0.19% -
HSV(B) 5.9º 0.76% 0.31% -
XYZ 3.77 2.45 0.89 -
YUV 40.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 80 25 19 0 0.69 0.76 0.69 5.9 0.62 0.19
Hex 50 19 13 0 45 4C 45 6 3E 13
Octal 120 31 23 0 105 114 105 6 76 23
Binary 1010000 11001 10011 0 1000101 1001100 1000101 110 111110 10011

Color Harmonies of #501913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501913

Black with #501913

Text Example


Text Example

White with #501913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501913; }

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

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

background-color css

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

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

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

border-color css

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

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

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