#460B1F

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

Shades of Bordeaux #460B1F

Tints of Bordeaux #460B1F

Color information

#460B1F (or 0x460B1F) is unknown color: approx Bordeaux. HEX triplet: 46, 0B and 1F. RGB value is (70,11,31). Sum of RGB (Red+Green+Blue) = 70+11+31=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #460B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B1F is #B9F4E0. Grayscale: #1E1E1E. Windows color (decimal): -12186849 or 2034502. OLE color: 2034502.

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

Color convert

RGB701131-
CMYK00.840.560.73
HSL339.66º72.84%15.88%-
HSV(B)339.66º84.29%27.45%-
XYZ2.891.641.46-
YUV30.92128.05155.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 62.5%
GREEN value IS 11 (4.69% from 255) = 9.82%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=62.5%
G=9.82%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70113100.840.560.73339.6672.8415.88
Hex46B1F05438491544910
Octal106133701247011152411120
Binary1000110101111111010101001110001001001101010100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,11,31); }

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

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

 a { background-color: rgb(70,11,31); }

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

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

 span { border-color: rgb(70,11,31); }

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