Html Css Color HEX #511C29 Bordeaux

📋 copy color: '#511C29'

red 81 ◦ green 28 ◦ blue 41

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

Shades of Bordeaux #511C29

Tints of Bordeaux #511C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.67%

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

R = 54%
G = 18.67%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#511C29 (or 0x511C29) is known color: Bordeaux. HEX triplet: 51, 1C and 29. RGB value is (81,28,41). Sum of RGB (Red+Green+Blue) = 81+28+41=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #511C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C29 is #AEE3D6. Grayscale: #2D2D2D. Windows color (decimal): -11461591 or 2694225. OLE color: 2694225.

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

Color convert

RGB 81 28 41 -
CMYK 0 0.65 0.49 0.68
HSL 345.28º 0.49% 0.21% -
HSV(B) 345.28º 0.65% 0.32% -
XYZ 4.21 2.74 2.4 -
YUV 45.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 81 28 41 0 0.65 0.49 0.68 345.28 0.49 0.21
Hex 51 1C 29 0 41 31 44 159 31 15
Octal 121 34 51 0 101 61 104 531 61 25
Binary 1010001 11100 101001 0 1000001 110001 1000100 101011001 110001 10101

Color Harmonies of #511C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C29

Black with #511C29

Text Example


Text Example

White with #511C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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