#510410

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

Shades of Bordeaux #510410

Tints of Bordeaux #510410

Color information

#510410 (or 0x510410) is unknown color: approx Bordeaux. HEX triplet: 51, 04 and 10. RGB value is (81,4,16). Sum of RGB (Red+Green+Blue) = 81+4+16=101 (13% of max value = 765). Red value is 81 (32.03% from 255 or 80.20% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 81 - color contains mainly: red. Hex color #510410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510410 is #AEFBEF. Grayscale: #1C1C1C. Windows color (decimal): -11467760 or 1049681. OLE color: 1049681.

HSL color Cylindrical-coordinate representation of color #510410: hue angle of 350.65º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510410 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB81416-
CMYK00.950.800.68
HSL350.65º90.59%16.67%-
HSV(B)350.65º95.06%31.76%-
XYZ3.531.870.67-
YUV28.39121.01165.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 80.20%
GREEN value IS 4 (1.95% from 255) = 3.96%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=80.20%
G=3.96%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8141600.950.800.68350.6590.5916.67
Hex5141005F504415f5b11
Octal121420013712010453713321
Binary1010001100100000101111110100001000100101011111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510410; }

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

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

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

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

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

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

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

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