#510310

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

Shades of Bordeaux #510310

Tints of Bordeaux #510310

Color information

#510310 (or 0x510310) is unknown color: approx Bordeaux. HEX triplet: 51, 03 and 10. RGB value is (81,3,16). Sum of RGB (Red+Green+Blue) = 81+3+16=100 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 81 - color contains mainly: red. Hex color #510310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510310 is #AEFCEF. Grayscale: #1B1B1B. Windows color (decimal): -11468016 or 1049425. OLE color: 1049425.

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

Color convert

RGB81316-
CMYK00.960.800.68
HSL350º92.86%16.47%-
HSV(B)350º96.3%31.76%-
XYZ3.521.850.66-
YUV27.8121.34165.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 81%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 16 (6.64% from 255) = 16%
R=81%
G=3%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8131600.960.800.6835092.8616.47
Hex51310060504415e5d10
Octal121320014012010453613520
Binary101000111100000110000010100001000100101011110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510310; }

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

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

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

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

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

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

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

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