#460D1D

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

Shades of Bordeaux #460D1D

Tints of Bordeaux #460D1D

Color information

#460D1D (or 0x460D1D) is unknown color: approx Bordeaux. HEX triplet: 46, 0D and 1D. RGB value is (70,13,29). Sum of RGB (Red+Green+Blue) = 70+13+29=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #460D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D1D is #B9F2E2. Grayscale: #1F1F1F. Windows color (decimal): -12186339 or 1903942. OLE color: 1903942.

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

Color convert

RGB701329-
CMYK00.810.590.73
HSL343.16º68.67%16.27%-
HSV(B)343.16º81.43%27.45%-
XYZ2.891.681.33-
YUV31.87126.38155.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 62.5%
GREEN value IS 13 (5.47% from 255) = 11.61%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=62.5%
G=11.61%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70132900.810.590.73343.1668.6716.27
Hex46D1D0513B491574510
Octal106153501217311152710520
Binary1000110110111101010100011110111001001101010111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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