#460E1F

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

Shades of Bordeaux #460E1F

Tints of Bordeaux #460E1F

Color information

#460E1F (or 0x460E1F) is unknown color: approx Bordeaux. HEX triplet: 46, 0E and 1F. RGB value is (70,14,31). Sum of RGB (Red+Green+Blue) = 70+14+31=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #460E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460E1F is #B9F1E0. Grayscale: #202020. Windows color (decimal): -12186081 or 2035270. OLE color: 2035270.

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

Color convert

RGB701431-
CMYK00.800.560.73
HSL341.79º66.67%16.47%-
HSV(B)341.79º80%27.45%-
XYZ2.931.721.47-
YUV32.68127.05154.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.87%
GREEN value IS 14 (5.86% from 255) = 12.17%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=60.87%
G=12.17%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70143100.800.560.73341.7966.6716.47
Hex46E1F05038491564310
Octal106163701207011152610320
Binary1000110111011111010100001110001001001101010110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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