Html Css Color HEX #501D19 Red Oxide

📋 copy color: '#501D19'

red 80 ◦ green 29 ◦ blue 25

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

Shades of Red Oxide #501D19

Tints of Red Oxide #501D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.64%

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

R = 59.7%
G = 21.64%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#501D19 (or 0x501D19) is known color: Red Oxide. HEX triplet: 50, 1D and 19. RGB value is (80,29,25). Sum of RGB (Red+Green+Blue) = 80+29+25=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #501D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D19 is #AFE2E6. Grayscale: #2B2B2B. Windows color (decimal): -11526887 or 1645904. OLE color: 1645904.

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

Color convert

RGB 80 29 25 -
CMYK 0 0.64 0.69 0.69
HSL 4.36º 0.52% 0.21% -
HSV(B) 4.36º 0.69% 0.31% -
XYZ 3.92 2.65 1.23 -
YUV 43.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 80 29 25 0 0.64 0.69 0.69 4.36 0.52 0.21
Hex 50 1D 19 0 40 45 45 4 34 15
Octal 120 35 31 0 100 105 105 4 64 25
Binary 1010000 11101 11001 0 1000000 1000101 1000101 100 110100 10101

Color Harmonies of #501D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D19

Black with #501D19

Text Example


Text Example

White with #501D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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