Html Css Color HEX #501813 Red Oxide

📋 copy color: '#501813'

red 80 ◦ green 24 ◦ blue 19

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

Shades of Red Oxide #501813

Tints of Red Oxide #501813

RGB

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

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

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

R = 65.04%
G = 19.51%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#501813 (or 0x501813) is known color: Red Oxide. HEX triplet: 50, 18 and 13. RGB value is (80,24,19). Sum of RGB (Red+Green+Blue) = 80+24+19=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #501813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501813 is #AFE7EC. Grayscale: #282828. Windows color (decimal): -11528173 or 1251408. OLE color: 1251408.

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

Color convert

RGB 80 24 19 -
CMYK 0 0.70 0.76 0.69
HSL 4.92º 0.62% 0.19% -
HSV(B) 4.92º 0.76% 0.31% -
XYZ 3.75 2.41 0.88 -
YUV 40.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 80 24 19 0 0.70 0.76 0.69 4.92 0.62 0.19
Hex 50 18 13 0 46 4C 45 5 3E 13
Octal 120 30 23 0 106 114 105 5 76 23
Binary 1010000 11000 10011 0 1000110 1001100 1000101 101 111110 10011

Color Harmonies of #501813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501813

Black with #501813

Text Example


Text Example

White with #501813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501813; }

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

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

background-color css

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

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

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

border-color css

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

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

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