Html Css Color HEX #511112 Bordeaux

📋 copy color: '#511112'

red 81 ◦ green 17 ◦ blue 18

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

Shades of Bordeaux #511112

Tints of Bordeaux #511112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.52%

R = 69.83%
G = 14.66%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#511112 (or 0x511112) is known color: Bordeaux. HEX triplet: 51, 11 and 12. RGB value is (81,17,18). Sum of RGB (Red+Green+Blue) = 81+17+18=116 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.83% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 81 - color contains mainly: red. Hex color #511112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511112 is #AEEEED. Grayscale: #242424. Windows color (decimal): -11464430 or 1184081. OLE color: 1184081.

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

Color convert

RGB 81 17 18 -
CMYK 0 0.79 0.78 0.68
HSL 359.06º 0.65% 0.19% -
HSV(B) 359.06º 0.79% 0.32% -
XYZ 3.7 2.19 0.8 -
YUV 36.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 81 17 18 0 0.79 0.78 0.68 359.06 0.65 0.19
Hex 51 11 12 0 4F 4E 44 167 41 13
Octal 121 21 22 0 117 116 104 547 101 23
Binary 1010001 10001 10010 0 1001111 1001110 1000100 101100111 1000001 10011

Color Harmonies of #511112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511112

Black with #511112

Text Example


Text Example

White with #511112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511112; }

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

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

background-color css

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

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

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

border-color css

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

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

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