Html Css Color HEX #511721 Bordeaux

📋 copy color: '#511721'

red 81 ◦ green 23 ◦ blue 33

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

Shades of Bordeaux #511721

Tints of Bordeaux #511721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.79%

 BLUE value IS 33 (13.28% from 255) = 24.09%

R = 59.12%
G = 16.79%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#511721 (or 0x511721) is known color: Bordeaux. HEX triplet: 51, 17 and 21. RGB value is (81,23,33). Sum of RGB (Red+Green+Blue) = 81+23+33=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #511721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511721 is #AEE8DE. Grayscale: #292929. Windows color (decimal): -11462879 or 2168657. OLE color: 2168657.

HSL color Cylindrical-coordinate representation of color #511721: hue angle of 349.66º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511721 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 23 33 -
CMYK 0 0.72 0.59 0.68
HSL 349.66º 0.56% 0.2% -
HSV(B) 349.66º 0.72% 0.32% -
XYZ 3.97 2.47 1.71 -
YUV 41.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 81 23 33 0 0.72 0.59 0.68 349.66 0.56 0.2
Hex 51 17 21 0 48 3B 44 15E 38 14
Octal 121 27 41 0 110 73 104 536 70 24
Binary 1010001 10111 100001 0 1001000 111011 1000100 101011110 111000 10100

Color Harmonies of #511721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511721

Black with #511721

Text Example


Text Example

White with #511721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511721; }

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

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

background-color css

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

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

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

border-color css

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

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

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