#460A1E

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

Shades of Bordeaux #460A1E

Tints of Bordeaux #460A1E

Color information

#460A1E (or 0x460A1E) is unknown color: approx Bordeaux. HEX triplet: 46, 0A and 1E. RGB value is (70,10,30). Sum of RGB (Red+Green+Blue) = 70+10+30=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #460A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A1E is #B9F5E1. Grayscale: #1E1E1E. Windows color (decimal): -12187106 or 1968710. OLE color: 1968710.

HSL color Cylindrical-coordinate representation of color #460A1E: hue angle of 340º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A1E is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB701030-
CMYK00.860.570.73
HSL340º75%15.69%-
HSV(B)340º85.71%27.45%-
XYZ2.871.611.39-
YUV30.22127.88156.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.64%
GREEN value IS 10 (4.30% from 255) = 9.09%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=63.64%
G=9.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70103000.860.570.733407515.69
Hex46A1E05639491544b10
Octal106123601267111152411320
Binary1000110101011110010101101110011001001101010100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460A1E; }

 p { color: rgb(70,10,30); }

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

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

 a { background-color: rgb(70,10,30); }

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

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

 span { border-color: rgb(70,10,30); }

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