Html Css Color HEX #501101 Red Oxide

📋 copy color: '#501101'

red 80 ◦ green 17 ◦ blue 1

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

Shades of Red Oxide #501101

Tints of Red Oxide #501101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.35%

 BLUE value IS 1 (0.78% from 255) = 1.02%

R = 81.63%
G = 17.35%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#501101 (or 0x501101) is known color: Red Oxide. HEX triplet: 50, 11 and 01. RGB value is (80,17,1). Sum of RGB (Red+Green+Blue) = 80+17+1=98 (12% of max value = 765). Red value is 80 (31.64% from 255 or 81.63% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 80 - color contains mainly: red. Hex color #501101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501101 is #AFEEFE. Grayscale: #222222. Windows color (decimal): -11529983 or 69968. OLE color: 69968.

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

Color convert

RGB 80 17 1 -
CMYK 0 0.79 0.99 0.69
HSL 12.15º 0.98% 0.16% -
HSV(B) 12.15º 0.99% 0.31% -
XYZ 3.51 2.11 0.25 -
YUV 34.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 80 17 1 0 0.79 0.99 0.69 12.15 0.98 0.16
Hex 50 11 1 0 4F 63 45 C 62 10
Octal 120 21 1 0 117 143 105 14 142 20
Binary 1010000 10001 1 0 1001111 1100011 1000101 1100 1100010 10000

Color Harmonies of #501101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501101

Black with #501101

Text Example


Text Example

White with #501101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501101; }

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

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

background-color css

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

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

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

border-color css

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

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

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