#460C1D

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

Shades of Bordeaux #460C1D

Tints of Bordeaux #460C1D

Color information

#460C1D (or 0x460C1D) is unknown color: approx Bordeaux. HEX triplet: 46, 0C and 1D. RGB value is (70,12,29). Sum of RGB (Red+Green+Blue) = 70+12+29=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #460C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460C1D is #B9F3E2. Grayscale: #1F1F1F. Windows color (decimal): -12186595 or 1903686. OLE color: 1903686.

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

Color convert

RGB701229-
CMYK00.830.590.73
HSL342.41º70.73%16.08%-
HSV(B)342.41º82.86%27.45%-
XYZ2.881.651.33-
YUV31.28126.72155.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.06%
GREEN value IS 12 (5.08% from 255) = 10.81%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=63.06%
G=10.81%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70122900.830.590.73342.4170.7316.08
Hex46C1D0533B491564710
Octal106143501237311152610720
Binary1000110110011101010100111110111001001101010110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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