Html Css Color HEX #511728 Bordeaux

📋 copy color: '#511728'

red 81 ◦ green 23 ◦ blue 40

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

Shades of Bordeaux #511728

Tints of Bordeaux #511728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 56.25%
G = 15.97%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#511728 (or 0x511728) is known color: Bordeaux. HEX triplet: 51, 17 and 28. RGB value is (81,23,40). Sum of RGB (Red+Green+Blue) = 81+23+40=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #511728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511728 is #AEE8D7. Grayscale: #2A2A2A. Windows color (decimal): -11462872 or 2627409. OLE color: 2627409.

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

Color convert

RGB 81 23 40 -
CMYK 0 0.72 0.51 0.68
HSL 342.41º 0.56% 0.2% -
HSV(B) 342.41º 0.72% 0.32% -
XYZ 4.08 2.52 2.28 -
YUV 42.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 81 23 40 0 0.72 0.51 0.68 342.41 0.56 0.2
Hex 51 17 28 0 48 33 44 156 38 14
Octal 121 27 50 0 110 63 104 526 70 24
Binary 1010001 10111 101000 0 1001000 110011 1000100 101010110 111000 10100

Color Harmonies of #511728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511728

Black with #511728

Text Example


Text Example

White with #511728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511728; }

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

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

background-color css

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

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

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

border-color css

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

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

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