Html Css Color HEX #501413 Red Oxide

📋 copy color: '#501413'

red 80 ◦ green 20 ◦ blue 19

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

Shades of Red Oxide #501413

Tints of Red Oxide #501413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.81%

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

R = 67.23%
G = 16.81%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#501413 (or 0x501413) is known color: Red Oxide. HEX triplet: 50, 14 and 13. RGB value is (80,20,19). Sum of RGB (Red+Green+Blue) = 80+20+19=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #501413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501413 is #AFEBEC. Grayscale: #252525. Windows color (decimal): -11529197 or 1250384. OLE color: 1250384.

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

Color convert

RGB 80 20 19 -
CMYK 0 0.75 0.76 0.69
HSL 0.98º 0.62% 0.19% -
HSV(B) 0.98º 0.76% 0.31% -
XYZ 3.68 2.25 0.86 -
YUV 37.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 80 20 19 0 0.75 0.76 0.69 0.98 0.62 0.19
Hex 50 14 13 0 4B 4C 45 1 3E 13
Octal 120 24 23 0 113 114 105 1 76 23
Binary 1010000 10100 10011 0 1001011 1001100 1000101 1 111110 10011

Color Harmonies of #501413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501413

Black with #501413

Text Example


Text Example

White with #501413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501413; }

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

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

background-color css

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

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

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

border-color css

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

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

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