#460316

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

Shades of Bordeaux #460316

Tints of Bordeaux #460316

Color information

#460316 (or 0x460316) is unknown color: approx Bordeaux. HEX triplet: 46, 03 and 16. RGB value is (70,3,22). Sum of RGB (Red+Green+Blue) = 70+3+22=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #460316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460316 is #B9FCE9. Grayscale: #191919. Windows color (decimal): -12188906 or 1442630. OLE color: 1442630.

HSL color Cylindrical-coordinate representation of color #460316: hue angle of 342.99º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460316 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB70322-
CMYK00.960.690.73
HSL342.99º91.78%14.31%-
HSV(B)342.99º95.71%27.45%-
XYZ2.71.430.89-
YUV25.2126.2159.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 73.68%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=73.68%
G=3.16%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7032200.960.690.73342.9991.7814.31
Hex4631606045491575ce
Octal106326014010511152713416
Binary10001101110110011000001000101100100110101011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460316; }

 p { color: rgb(70,3,22); }

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

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

 a { background-color: rgb(70,3,22); }

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

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

 span { border-color: rgb(70,3,22); }

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