Html Css Color HEX #511629 Bordeaux

📋 copy color: '#511629'

red 81 ◦ green 22 ◦ blue 41

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

Shades of Bordeaux #511629

Tints of Bordeaux #511629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.47%

R = 56.25%
G = 15.28%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#511629 (or 0x511629) is known color: Bordeaux. HEX triplet: 51, 16 and 29. RGB value is (81,22,41). Sum of RGB (Red+Green+Blue) = 81+22+41=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #511629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511629 is #AEE9D6. Grayscale: #292929. Windows color (decimal): -11463127 or 2692689. OLE color: 2692689.

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

Color convert

RGB 81 22 41 -
CMYK 0 0.73 0.49 0.68
HSL 340.68º 0.57% 0.2% -
HSV(B) 340.68º 0.73% 0.32% -
XYZ 4.08 2.48 2.36 -
YUV 41.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 81 22 41 0 0.73 0.49 0.68 340.68 0.57 0.2
Hex 51 16 29 0 49 31 44 155 39 14
Octal 121 26 51 0 111 61 104 525 71 24
Binary 1010001 10110 101001 0 1001001 110001 1000100 101010101 111001 10100

Color Harmonies of #511629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511629

Black with #511629

Text Example


Text Example

White with #511629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511629; }

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

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

background-color css

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

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

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

border-color css

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

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

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