Html Css Color HEX #501114 Bordeaux

📋 copy color: '#501114'

red 80 ◦ green 17 ◦ blue 20

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

Shades of Bordeaux #501114

Tints of Bordeaux #501114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.09%

R = 68.38%
G = 14.53%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#501114 (or 0x501114) is known color: Bordeaux. HEX triplet: 50, 11 and 14. RGB value is (80,17,20). Sum of RGB (Red+Green+Blue) = 80+17+20=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #501114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501114 is #AFEEEB. Grayscale: #242424. Windows color (decimal): -11529964 or 1315152. OLE color: 1315152.

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

Color convert

RGB 80 17 20 -
CMYK 0 0.79 0.75 0.69
HSL 357.14º 0.65% 0.19% -
HSV(B) 357.14º 0.79% 0.31% -
XYZ 3.63 2.16 0.89 -
YUV 36.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 80 17 20 0 0.79 0.75 0.69 357.14 0.65 0.19
Hex 50 11 14 0 4F 4B 45 165 41 13
Octal 120 21 24 0 117 113 105 545 101 23
Binary 1010000 10001 10100 0 1001111 1001011 1000101 101100101 1000001 10011

Color Harmonies of #501114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501114

Black with #501114

Text Example


Text Example

White with #501114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501114; }

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

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

background-color css

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

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

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

border-color css

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

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

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