#511025

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

Shades of Bordeaux #511025

Tints of Bordeaux #511025

Color information

#511025 (or 0x511025) is unknown color: approx Bordeaux. HEX triplet: 51, 10 and 25. RGB value is (81,16,37). Sum of RGB (Red+Green+Blue) = 81+16+37=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #511025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511025 is #AEEFDA. Grayscale: #252525. Windows color (decimal): -11464667 or 2429009. OLE color: 2429009.

HSL color Cylindrical-coordinate representation of color #511025: hue angle of 340.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511025 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB811637-
CMYK00.800.540.68
HSL340.62º67.01%19.02%-
HSV(B)340.62º80.25%31.76%-
XYZ3.912.251.98-
YUV37.83127.53158.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.45%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 37 (14.84% from 255) = 27.61%
R=60.45%
G=11.94%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81163700.800.540.68340.6267.0119.02
Hex51102505036441554313
Octal121204501206610452510323
Binary101000110000100101010100001101101000100101010101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511025; }

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

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

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

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

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

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

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

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