#460B20

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

Shades of Bordeaux #460B20

Tints of Bordeaux #460B20

Color information

#460B20 (or 0x460B20) is unknown color: approx Bordeaux. HEX triplet: 46, 0B and 20. RGB value is (70,11,32). Sum of RGB (Red+Green+Blue) = 70+11+32=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #460B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B20 is #B9F4DF. Grayscale: #1F1F1F. Windows color (decimal): -12186848 or 2100038. OLE color: 2100038.

HSL color Cylindrical-coordinate representation of color #460B20: hue angle of 338.64º 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 #460B20 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB701132-
CMYK00.840.540.73
HSL338.64º72.84%15.88%-
HSV(B)338.64º84.29%27.45%-
XYZ2.911.651.53-
YUV31.04128.55155.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.95%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=61.95%
G=9.73%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70113200.840.540.73338.6472.8415.88
Hex46B2005436491534910
Octal106134001246611152311120
Binary10001101011100000010101001101101001001101010011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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