Html Css Color HEX #501919 Red Oxide

📋 copy color: '#501919'

red 80 ◦ green 25 ◦ blue 25

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

Shades of Red Oxide #501919

Tints of Red Oxide #501919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.23%

R = 61.54%
G = 19.23%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#501919 (or 0x501919) is known color: Red Oxide. HEX triplet: 50, 19 and 19. RGB value is (80,25,25). Sum of RGB (Red+Green+Blue) = 80+25+25=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #501919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501919 is #AFE6E6. Grayscale: #292929. Windows color (decimal): -11527911 or 1644880. OLE color: 1644880.

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

Color convert

RGB 80 25 25 -
CMYK 0 0.69 0.69 0.69
HSL 0.52% 0.21% -
HSV(B) 0.69% 0.31% -
XYZ 3.83 2.47 1.19 -
YUV 41.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 80 25 25 0 0.69 0.69 0.69 0 0.52 0.21
Hex 50 19 19 0 45 45 45 0 34 15
Octal 120 31 31 0 105 105 105 0 64 25
Binary 1010000 11001 11001 0 1000101 1000101 1000101 0 110100 10101

Color Harmonies of #501919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501919

Black with #501919

Text Example


Text Example

White with #501919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501919; }

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

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

background-color css

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

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

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

border-color css

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

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

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