Html Css Color HEX #501914 Red Oxide

📋 copy color: '#501914'

red 80 ◦ green 25 ◦ blue 20

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

Shades of Red Oxide #501914

Tints of Red Oxide #501914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16%

R = 64%
G = 20%
B = 16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#501914 (or 0x501914) is known color: Red Oxide. HEX triplet: 50, 19 and 14. RGB value is (80,25,20). Sum of RGB (Red+Green+Blue) = 80+25+20=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #501914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501914 is #AFE6EB. Grayscale: #282828. Windows color (decimal): -11527916 or 1317200. OLE color: 1317200.

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

Color convert

RGB 80 25 20 -
CMYK 0 0.69 0.75 0.69
HSL 0.6% 0.2% -
HSV(B) 0.75% 0.31% -
XYZ 3.78 2.45 0.94 -
YUV 40.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 80 25 20 0 0.69 0.75 0.69 5 0.6 0.2
Hex 50 19 14 0 45 4B 45 5 3C 14
Octal 120 31 24 0 105 113 105 5 74 24
Binary 1010000 11001 10100 0 1000101 1001011 1000101 101 111100 10100

Color Harmonies of #501914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501914

Black with #501914

Text Example


Text Example

White with #501914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501914; }

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

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

background-color css

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

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

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

border-color css

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

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

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