Html Css Color HEX #511012 Bordeaux

📋 copy color: '#511012'

red 81 ◦ green 16 ◦ blue 18

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

Shades of Bordeaux #511012

Tints of Bordeaux #511012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.91%

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

R = 70.43%
G = 13.91%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#511012 (or 0x511012) is known color: Bordeaux. HEX triplet: 51, 10 and 12. RGB value is (81,16,18). Sum of RGB (Red+Green+Blue) = 81+16+18=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #511012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511012 is #AEEFED. Grayscale: #232323. Windows color (decimal): -11464686 or 1183825. OLE color: 1183825.

HSL color Cylindrical-coordinate representation of color #511012: hue angle of 358.15º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511012 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 16 18 -
CMYK 0 0.80 0.78 0.68
HSL 358.15º 0.67% 0.19% -
HSV(B) 358.15º 0.8% 0.32% -
XYZ 3.69 2.16 0.8 -
YUV 35.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 81 16 18 0 0.80 0.78 0.68 358.15 0.67 0.19
Hex 51 10 12 0 50 4E 44 166 43 13
Octal 121 20 22 0 120 116 104 546 103 23
Binary 1010001 10000 10010 0 1010000 1001110 1000100 101100110 1000011 10011

Color Harmonies of #511012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511012

Black with #511012

Text Example


Text Example

White with #511012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511012; }

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

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

background-color css

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

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

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

border-color css

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

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

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