#510311

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

Shades of Bordeaux #510311

Tints of Bordeaux #510311

Color information

#510311 (or 0x510311) is unknown color: approx Bordeaux. HEX triplet: 51, 03 and 11. RGB value is (81,3,17). Sum of RGB (Red+Green+Blue) = 81+3+17=101 (13% of max value = 765). Red value is 81 (32.03% from 255 or 80.20% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 81 - color contains mainly: red. Hex color #510311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510311 is #AEFCEE. Grayscale: #1B1B1B. Windows color (decimal): -11468015 or 1114961. OLE color: 1114961.

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

Color convert

RGB81317-
CMYK00.960.790.68
HSL349.23º92.86%16.47%-
HSV(B)349.23º96.3%31.76%-
XYZ3.531.850.7-
YUV27.92121.84165.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 80.20%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 17 (7.03% from 255) = 16.83%
R=80.20%
G=2.97%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8131700.960.790.68349.2392.8616.47
Hex513110604F4415d5d10
Octal121321014011710453513520
Binary101000111100010110000010011111000100101011101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510311; }

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

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

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

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

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

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

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

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