Html Css Color HEX #511929 Bordeaux

📋 copy color: '#511929'

red 81 ◦ green 25 ◦ blue 41

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

Shades of Bordeaux #511929

Tints of Bordeaux #511929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

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

R = 55.1%
G = 17.01%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#511929 (or 0x511929) is known color: Bordeaux. HEX triplet: 51, 19 and 29. RGB value is (81,25,41). Sum of RGB (Red+Green+Blue) = 81+25+41=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #511929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511929 is #AEE6D6. Grayscale: #2B2B2B. Windows color (decimal): -11462359 or 2693457. OLE color: 2693457.

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

Color convert

RGB 81 25 41 -
CMYK 0 0.69 0.49 0.68
HSL 342.86º 0.53% 0.21% -
HSV(B) 342.86º 0.69% 0.32% -
XYZ 4.14 2.6 2.38 -
YUV 43.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 81 25 41 0 0.69 0.49 0.68 342.86 0.53 0.21
Hex 51 19 29 0 45 31 44 157 35 15
Octal 121 31 51 0 105 61 104 527 65 25
Binary 1010001 11001 101001 0 1000101 110001 1000100 101010111 110101 10101

Color Harmonies of #511929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511929

Black with #511929

Text Example


Text Example

White with #511929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511929; }

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

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

background-color css

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

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

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

border-color css

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

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

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