#460116

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

Shades of Bordeaux #460116

Tints of Bordeaux #460116

Color information

#460116 (or 0x460116) is unknown color: approx Bordeaux. HEX triplet: 46, 01 and 16. RGB value is (70,1,22). Sum of RGB (Red+Green+Blue) = 70+1+22=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #460116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460116 is #B9FEE9. Grayscale: #181818. Windows color (decimal): -12189418 or 1442118. OLE color: 1442118.

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

Color convert

RGB70122-
CMYK00.990.690.73
HSL341.74º97.18%13.92%-
HSV(B)341.74º98.57%27.45%-
XYZ2.681.380.88-
YUV24.02126.86160.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 75.27%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 22 (8.98% from 255) = 23.66%
R=75.27%
G=1.08%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7012200.990.690.73341.7497.1813.92
Hex46116063454915661e
Octal106126014310511152614116
Binary1000110110110011000111000101100100110101011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460116; }

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

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

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

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

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

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

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

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