Html Css Color HEX #511217 Bordeaux

📋 copy color: '#511217'

red 81 ◦ green 18 ◦ blue 23

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

Shades of Bordeaux #511217

Tints of Bordeaux #511217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.85%

R = 66.39%
G = 14.75%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#511217 (or 0x511217) is known color: Bordeaux. HEX triplet: 51, 12 and 17. RGB value is (81,18,23). Sum of RGB (Red+Green+Blue) = 81+18+23=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #511217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511217 is #AEEDE8. Grayscale: #252525. Windows color (decimal): -11464169 or 1512017. OLE color: 1512017.

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

Color convert

RGB 81 18 23 -
CMYK 0 0.78 0.72 0.68
HSL 355.24º 0.64% 0.19% -
HSV(B) 355.24º 0.78% 0.32% -
XYZ 3.76 2.24 1.05 -
YUV 37.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 81 18 23 0 0.78 0.72 0.68 355.24 0.64 0.19
Hex 51 12 17 0 4E 48 44 163 40 13
Octal 121 22 27 0 116 110 104 543 100 23
Binary 1010001 10010 10111 0 1001110 1001000 1000100 101100011 1000000 10011

Color Harmonies of #511217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511217

Black with #511217

Text Example


Text Example

White with #511217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511217; }

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

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

background-color css

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

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

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

border-color css

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

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

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