Html Css Color HEX #511722 Bordeaux

📋 copy color: '#511722'

red 81 ◦ green 23 ◦ blue 34

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

Shades of Bordeaux #511722

Tints of Bordeaux #511722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.64%

R = 58.7%
G = 16.67%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#511722 (or 0x511722) is known color: Bordeaux. HEX triplet: 51, 17 and 22. RGB value is (81,23,34). Sum of RGB (Red+Green+Blue) = 81+23+34=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511722 is #AEE8DD. Grayscale: #292929. Windows color (decimal): -11462878 or 2234193. OLE color: 2234193.

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

Color convert

RGB 81 23 34 -
CMYK 0 0.72 0.58 0.68
HSL 348.62º 0.56% 0.2% -
HSV(B) 348.62º 0.72% 0.32% -
XYZ 3.99 2.48 1.78 -
YUV 41.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 81 23 34 0 0.72 0.58 0.68 348.62 0.56 0.2
Hex 51 17 22 0 48 3A 44 15D 38 14
Octal 121 27 42 0 110 72 104 535 70 24
Binary 1010001 10111 100010 0 1001000 111010 1000100 101011101 111000 10100

Color Harmonies of #511722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511722

Black with #511722

Text Example


Text Example

White with #511722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511722; }

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

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

background-color css

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

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

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

border-color css

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

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

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