Html Css Color HEX #501513 Red Oxide

📋 copy color: '#501513'

red 80 ◦ green 21 ◦ blue 19

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

Shades of Red Oxide #501513

Tints of Red Oxide #501513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.5%

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

R = 66.67%
G = 17.5%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#501513 (or 0x501513) is known color: Red Oxide. HEX triplet: 50, 15 and 13. RGB value is (80,21,19). Sum of RGB (Red+Green+Blue) = 80+21+19=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #501513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501513 is #AFEAEC. Grayscale: #262626. Windows color (decimal): -11528941 or 1250640. OLE color: 1250640.

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

Color convert

RGB 80 21 19 -
CMYK 0 0.74 0.76 0.69
HSL 1.97º 0.62% 0.19% -
HSV(B) 1.97º 0.76% 0.31% -
XYZ 3.69 2.29 0.86 -
YUV 38.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 80 21 19 0 0.74 0.76 0.69 1.97 0.62 0.19
Hex 50 15 13 0 4A 4C 45 2 3E 13
Octal 120 25 23 0 112 114 105 2 76 23
Binary 1010000 10101 10011 0 1001010 1001100 1000101 10 111110 10011

Color Harmonies of #501513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501513

Black with #501513

Text Example


Text Example

White with #501513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501513; }

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

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

background-color css

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

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

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

border-color css

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

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

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