Html Css Color HEX #501116 Bordeaux

📋 copy color: '#501116'

red 80 ◦ green 17 ◦ blue 22

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

Shades of Bordeaux #501116

Tints of Bordeaux #501116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.49%

R = 67.23%
G = 14.29%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#501116 (or 0x501116) is known color: Bordeaux. HEX triplet: 50, 11 and 16. RGB value is (80,17,22). Sum of RGB (Red+Green+Blue) = 80+17+22=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #501116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501116 is #AFEEE9. Grayscale: #242424. Windows color (decimal): -11529962 or 1446224. OLE color: 1446224.

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

Color convert

RGB 80 17 22 -
CMYK 0 0.79 0.72 0.69
HSL 355.24º 0.65% 0.19% -
HSV(B) 355.24º 0.79% 0.31% -
XYZ 3.65 2.16 0.98 -
YUV 36.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 80 17 22 0 0.79 0.72 0.69 355.24 0.65 0.19
Hex 50 11 16 0 4F 48 45 163 41 13
Octal 120 21 26 0 117 110 105 543 101 23
Binary 1010000 10001 10110 0 1001111 1001000 1000101 101100011 1000001 10011

Color Harmonies of #501116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501116

Black with #501116

Text Example


Text Example

White with #501116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501116; }

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

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

background-color css

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

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

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

border-color css

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

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

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