#511125

Color #511125 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #511125

Tints of Bordeaux #511125

Color information

#511125 (or 0x511125) is unknown color: approx Bordeaux. HEX triplet: 51, 11 and 25. RGB value is (81,17,37). Sum of RGB (Red+Green+Blue) = 81+17+37=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #511125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511125 is #AEEEDA. Grayscale: #262626. Windows color (decimal): -11464411 or 2429265. OLE color: 2429265.

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

Color convert

RGB811737-
CMYK00.790.540.68
HSL341.25º65.31%19.22%-
HSV(B)341.25º79.01%31.76%-
XYZ3.932.281.98-
YUV38.42127.2158.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 37 (14.84% from 255) = 27.41%
R=60%
G=12.59%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81173700.790.540.68341.2565.3119.22
Hex51112504F36441554113
Octal121214501176610452510123
Binary101000110001100101010011111101101000100101010101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511125; }

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

 H1.HeaderClassName
 {
   color: #511125;
 }
 .AnyTagClassName
 {
   color: #511125;
 }
</style>
background-color css

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

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

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

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

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

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