#460F1E

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

Shades of Bordeaux #460F1E

Tints of Bordeaux #460F1E

Color information

#460F1E (or 0x460F1E) is unknown color: approx Bordeaux. HEX triplet: 46, 0F and 1E. RGB value is (70,15,30). Sum of RGB (Red+Green+Blue) = 70+15+30=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #460F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F1E is #B9F0E1. Grayscale: #212121. Windows color (decimal): -12185826 or 1969990. OLE color: 1969990.

HSL color Cylindrical-coordinate representation of color #460F1E: hue angle of 343.64º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F1E is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB701530-
CMYK00.790.570.73
HSL343.64º64.71%16.67%-
HSV(B)343.64º78.57%27.45%-
XYZ2.931.741.41-
YUV33.16126.22154.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.87%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=60.87%
G=13.04%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70153000.790.570.73343.6464.7116.67
Hex46F1E04F39491584111
Octal106173601177111153010121
Binary1000110111111110010011111110011001001101011000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,15,30); }

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

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

 a { background-color: rgb(70,15,30); }

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

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

 span { border-color: rgb(70,15,30); }

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