Html Css Color HEX #511723 Bordeaux

📋 copy color: '#511723'

red 81 ◦ green 23 ◦ blue 35

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

Shades of Bordeaux #511723

Tints of Bordeaux #511723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.18%

R = 58.27%
G = 16.55%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#511723 (or 0x511723) is known color: Bordeaux. HEX triplet: 51, 17 and 23. RGB value is (81,23,35). Sum of RGB (Red+Green+Blue) = 81+23+35=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #511723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511723 is #AEE8DC. Grayscale: #292929. Windows color (decimal): -11462877 or 2299729. OLE color: 2299729.

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

Color convert

RGB 81 23 35 -
CMYK 0 0.72 0.57 0.68
HSL 347.59º 0.56% 0.2% -
HSV(B) 347.59º 0.72% 0.32% -
XYZ 4 2.48 1.86 -
YUV 41.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 81 23 35 0 0.72 0.57 0.68 347.59 0.56 0.2
Hex 51 17 23 0 48 39 44 15C 38 14
Octal 121 27 43 0 110 71 104 534 70 24
Binary 1010001 10111 100011 0 1001000 111001 1000100 101011100 111000 10100

Color Harmonies of #511723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511723

Black with #511723

Text Example


Text Example

White with #511723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511723; }

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

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

background-color css

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

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

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

border-color css

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

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

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