Html Css Color HEX #511119 Bordeaux

📋 copy color: '#511119'

red 81 ◦ green 17 ◦ blue 25

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

Shades of Bordeaux #511119

Tints of Bordeaux #511119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.82%

 BLUE value IS 25 (10.16% from 255) = 20.33%

R = 65.85%
G = 13.82%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#511119 (or 0x511119) is known color: Bordeaux. HEX triplet: 51, 11 and 19. RGB value is (81,17,25). Sum of RGB (Red+Green+Blue) = 81+17+25=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #511119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511119 is #AEEEE6. Grayscale: #252525. Windows color (decimal): -11464423 or 1642833. OLE color: 1642833.

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

Color convert

RGB 81 17 25 -
CMYK 0 0.79 0.69 0.68
HSL 352.5º 0.65% 0.19% -
HSV(B) 352.5º 0.79% 0.32% -
XYZ 3.77 2.22 1.15 -
YUV 37.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 81 17 25 0 0.79 0.69 0.68 352.5 0.65 0.19
Hex 51 11 19 0 4F 45 44 160 41 13
Octal 121 21 31 0 117 105 104 540 101 23
Binary 1010001 10001 11001 0 1001111 1000101 1000100 101100000 1000001 10011

Color Harmonies of #511119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511119

Black with #511119

Text Example


Text Example

White with #511119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511119; }

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

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

background-color css

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

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

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

border-color css

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

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

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