Html Css Color HEX #511126 Bordeaux

📋 copy color: '#511126'

red 81 ◦ green 17 ◦ blue 38

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

Shades of Bordeaux #511126

Tints of Bordeaux #511126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.94%

R = 59.56%
G = 12.5%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#511126 (or 0x511126) is known color: Bordeaux. HEX triplet: 51, 11 and 26. RGB value is (81,17,38). Sum of RGB (Red+Green+Blue) = 81+17+38=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #511126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511126 is #AEEED9. Grayscale: #262626. Windows color (decimal): -11464410 or 2494801. OLE color: 2494801.

HSL color Cylindrical-coordinate representation of color #511126: hue angle of 340.31º 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 #511126 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 17 38 -
CMYK 0 0.79 0.53 0.68
HSL 340.31º 0.65% 0.19% -
HSV(B) 340.31º 0.79% 0.32% -
XYZ 3.94 2.29 2.07 -
YUV 38.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 81 17 38 0 0.79 0.53 0.68 340.31 0.65 0.19
Hex 51 11 26 0 4F 35 44 154 41 13
Octal 121 21 46 0 117 65 104 524 101 23
Binary 1010001 10001 100110 0 1001111 110101 1000100 101010100 1000001 10011

Color Harmonies of #511126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511126

Black with #511126

Text Example


Text Example

White with #511126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511126; }

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

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

background-color css

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

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

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

border-color css

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

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

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