#460D1B

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

Shades of Bordeaux #460D1B

Tints of Bordeaux #460D1B

Color information

#460D1B (or 0x460D1B) is unknown color: approx Bordeaux. HEX triplet: 46, 0D and 1B. RGB value is (70,13,27). Sum of RGB (Red+Green+Blue) = 70+13+27=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #460D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D1B is #B9F2E4. Grayscale: #1F1F1F. Windows color (decimal): -12186341 or 1772870. OLE color: 1772870.

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

Color convert

RGB701327-
CMYK00.810.610.73
HSL345.26º68.67%16.27%-
HSV(B)345.26º81.43%27.45%-
XYZ2.871.671.21-
YUV31.64125.38155.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.64%
GREEN value IS 13 (5.47% from 255) = 11.82%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=63.64%
G=11.82%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70132700.810.610.73345.2668.6716.27
Hex46D1B0513D491594510
Octal106153301217511153110520
Binary1000110110111011010100011111011001001101011001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,13,27); }

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

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

 a { background-color: rgb(70,13,27); }

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

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

 span { border-color: rgb(70,13,27); }

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