Html Css Color HEX #511116 Bordeaux

📋 copy color: '#511116'

red 81 ◦ green 17 ◦ blue 22

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

Shades of Bordeaux #511116

Tints of Bordeaux #511116

RGB

 RED value IS 81 (32.03% from 255) = 67.5%

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

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

R = 67.5%
G = 14.17%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#511116 (or 0x511116) is known color: Bordeaux. HEX triplet: 51, 11 and 16. RGB value is (81,17,22). Sum of RGB (Red+Green+Blue) = 81+17+22=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #511116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511116 is #AEEEE9. Grayscale: #242424. Windows color (decimal): -11464426 or 1446225. OLE color: 1446225.

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

Color convert

RGB 81 17 22 -
CMYK 0 0.79 0.73 0.68
HSL 355.31º 0.65% 0.19% -
HSV(B) 355.31º 0.79% 0.32% -
XYZ 3.74 2.21 0.99 -
YUV 36.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 81 17 22 0 0.79 0.73 0.68 355.31 0.65 0.19
Hex 51 11 16 0 4F 49 44 163 41 13
Octal 121 21 26 0 117 111 104 543 101 23
Binary 1010001 10001 10110 0 1001111 1001001 1000100 101100011 1000001 10011

Color Harmonies of #511116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511116

Black with #511116

Text Example


Text Example

White with #511116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511116; }

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

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

background-color css

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

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

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

border-color css

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

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

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