Html Css Color HEX #511429 Bordeaux

📋 copy color: '#511429'

red 81 ◦ green 20 ◦ blue 41

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

Shades of Bordeaux #511429

Tints of Bordeaux #511429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.08%

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

R = 57.04%
G = 14.08%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#511429 (or 0x511429) is known color: Bordeaux. HEX triplet: 51, 14 and 29. RGB value is (81,20,41). Sum of RGB (Red+Green+Blue) = 81+20+41=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #511429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511429 is #AEEBD6. Grayscale: #282828. Windows color (decimal): -11463639 or 2692177. OLE color: 2692177.

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

Color convert

RGB 81 20 41 -
CMYK 0 0.75 0.49 0.68
HSL 339.34º 0.6% 0.2% -
HSV(B) 339.34º 0.75% 0.32% -
XYZ 4.04 2.41 2.35 -
YUV 40.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 81 20 41 0 0.75 0.49 0.68 339.34 0.6 0.2
Hex 51 14 29 0 4B 31 44 153 3C 14
Octal 121 24 51 0 113 61 104 523 74 24
Binary 1010001 10100 101001 0 1001011 110001 1000100 101010011 111100 10100

Color Harmonies of #511429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511429

Black with #511429

Text Example


Text Example

White with #511429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511429; }

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

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

background-color css

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

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

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

border-color css

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

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

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