Html Css Color HEX #501511 Red Oxide

📋 copy color: '#501511'

red 80 ◦ green 21 ◦ blue 17

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

Shades of Red Oxide #501511

Tints of Red Oxide #501511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.41%

R = 67.8%
G = 17.8%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#501511 (or 0x501511) is known color: Red Oxide. HEX triplet: 50, 15 and 11. RGB value is (80,21,17). Sum of RGB (Red+Green+Blue) = 80+21+17=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #501511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501511 is #AFEAEE. Grayscale: #262626. Windows color (decimal): -11528943 or 1119568. OLE color: 1119568.

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

Color convert

RGB 80 21 17 -
CMYK 0 0.74 0.79 0.69
HSL 3.81º 0.65% 0.19% -
HSV(B) 3.81º 0.79% 0.31% -
XYZ 3.68 2.28 0.78 -
YUV 38.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 80 21 17 0 0.74 0.79 0.69 3.81 0.65 0.19
Hex 50 15 11 0 4A 4F 45 4 41 13
Octal 120 25 21 0 112 117 105 4 101 23
Binary 1010000 10101 10001 0 1001010 1001111 1000101 100 1000001 10011

Color Harmonies of #501511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501511

Black with #501511

Text Example


Text Example

White with #501511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501511; }

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

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

background-color css

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

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

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

border-color css

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

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

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