Html Css Color HEX #501A19 Red Oxide

📋 copy color: '#501A19'

red 80 ◦ green 26 ◦ blue 25

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

Shades of Red Oxide #501A19

Tints of Red Oxide #501A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.85%

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

R = 61.07%
G = 19.85%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#501A19 (or 0x501A19) is known color: Red Oxide. HEX triplet: 50, 1A and 19. RGB value is (80,26,25). Sum of RGB (Red+Green+Blue) = 80+26+25=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #501A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501A19 is #AFE5E6. Grayscale: #2A2A2A. Windows color (decimal): -11527655 or 1645136. OLE color: 1645136.

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

Color convert

RGB 80 26 25 -
CMYK 0 0.67 0.69 0.69
HSL 1.09º 0.52% 0.21% -
HSV(B) 1.09º 0.69% 0.31% -
XYZ 3.85 2.51 1.2 -
YUV 42.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 80 26 25 0 0.67 0.69 0.69 1.09 0.52 0.21
Hex 50 1A 19 0 43 45 45 1 34 15
Octal 120 32 31 0 103 105 105 1 64 25
Binary 1010000 11010 11001 0 1000011 1000101 1000101 1 110100 10101

Color Harmonies of #501A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A19

Black with #501A19

Text Example


Text Example

White with #501A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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