Html Css Color HEX #511628 Bordeaux

📋 copy color: '#511628'

red 81 ◦ green 22 ◦ blue 40

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

Shades of Bordeaux #511628

Tints of Bordeaux #511628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.38%

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

R = 56.64%
G = 15.38%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#511628 (or 0x511628) is known color: Bordeaux. HEX triplet: 51, 16 and 28. RGB value is (81,22,40). Sum of RGB (Red+Green+Blue) = 81+22+40=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #511628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511628 is #AEE9D7. Grayscale: #292929. Windows color (decimal): -11463128 or 2627153. OLE color: 2627153.

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

Color convert

RGB 81 22 40 -
CMYK 0 0.73 0.51 0.68
HSL 341.69º 0.57% 0.2% -
HSV(B) 341.69º 0.73% 0.32% -
XYZ 4.06 2.48 2.27 -
YUV 41.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 81 22 40 0 0.73 0.51 0.68 341.69 0.57 0.2
Hex 51 16 28 0 49 33 44 156 39 14
Octal 121 26 50 0 111 63 104 526 71 24
Binary 1010001 10110 101000 0 1001001 110011 1000100 101010110 111001 10100

Color Harmonies of #511628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511628

Black with #511628

Text Example


Text Example

White with #511628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511628; }

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

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

background-color css

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

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

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

border-color css

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

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

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