Html Css Color HEX #511329 Bordeaux

📋 copy color: '#511329'

red 81 ◦ green 19 ◦ blue 41

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

Shades of Bordeaux #511329

Tints of Bordeaux #511329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.48%

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

R = 57.45%
G = 13.48%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#511329 (or 0x511329) is known color: Bordeaux. HEX triplet: 51, 13 and 29. RGB value is (81,19,41). Sum of RGB (Red+Green+Blue) = 81+19+41=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #511329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511329 is #AEECD6. Grayscale: #282828. Windows color (decimal): -11463895 or 2691921. OLE color: 2691921.

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

Color convert

RGB 81 19 41 -
CMYK 0 0.77 0.49 0.68
HSL 338.71º 0.62% 0.2% -
HSV(B) 338.71º 0.77% 0.32% -
XYZ 4.03 2.38 2.34 -
YUV 40.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 81 19 41 0 0.77 0.49 0.68 338.71 0.62 0.2
Hex 51 13 29 0 4D 31 44 153 3E 14
Octal 121 23 51 0 115 61 104 523 76 24
Binary 1010001 10011 101001 0 1001101 110001 1000100 101010011 111110 10100

Color Harmonies of #511329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511329

Black with #511329

Text Example


Text Example

White with #511329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511329; }

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

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

background-color css

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

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

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

border-color css

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

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

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