Html Css Color HEX #511214 Bordeaux

📋 copy color: '#511214'

red 81 ◦ green 18 ◦ blue 20

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

Shades of Bordeaux #511214

Tints of Bordeaux #511214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

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

R = 68.07%
G = 15.13%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#511214 (or 0x511214) is known color: Bordeaux. HEX triplet: 51, 12 and 14. RGB value is (81,18,20). Sum of RGB (Red+Green+Blue) = 81+18+20=119 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.07% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 81 - color contains mainly: red. Hex color #511214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511214 is #AEEDEB. Grayscale: #252525. Windows color (decimal): -11464172 or 1315409. OLE color: 1315409.

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

Color convert

RGB 81 18 20 -
CMYK 0 0.78 0.75 0.68
HSL 358.1º 0.64% 0.19% -
HSV(B) 358.1º 0.78% 0.32% -
XYZ 3.74 2.23 0.9 -
YUV 37.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 81 18 20 0 0.78 0.75 0.68 358.1 0.64 0.19
Hex 51 12 14 0 4E 4B 44 166 40 13
Octal 121 22 24 0 116 113 104 546 100 23
Binary 1010001 10010 10100 0 1001110 1001011 1000100 101100110 1000000 10011

Color Harmonies of #511214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511214

Black with #511214

Text Example


Text Example

White with #511214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511214; }

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

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

background-color css

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

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

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

border-color css

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

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

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