#460517

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

Shades of Bordeaux #460517

Tints of Bordeaux #460517

Color information

#460517 (or 0x460517) is unknown color: approx Bordeaux. HEX triplet: 46, 05 and 17. RGB value is (70,5,23). Sum of RGB (Red+Green+Blue) = 70+5+23=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #460517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460517 is #B9FAE8. Grayscale: #1A1A1A. Windows color (decimal): -12188393 or 1508678. OLE color: 1508678.

HSL color Cylindrical-coordinate representation of color #460517: hue angle of 343.38º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460517 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB70523-
CMYK00.930.670.73
HSL343.38º86.67%14.71%-
HSV(B)343.38º92.86%27.45%-
XYZ2.731.470.95-
YUV26.49126.03159.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 71.43%
GREEN value IS 5 (2.34% from 255) = 5.10%
BLUE value IS 23 (9.38% from 255) = 23.47%
R=71.43%
G=5.10%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7052300.930.670.73343.3886.6714.71
Hex4651705D434915757f
Octal106527013510311152712717
Binary100011010110111010111011000011100100110101011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460517; }

 p { color: rgb(70,5,23); }

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

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

 a { background-color: rgb(70,5,23); }

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

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

 span { border-color: rgb(70,5,23); }

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