#460D1E

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

Shades of Bordeaux #460D1E

Tints of Bordeaux #460D1E

Color information

#460D1E (or 0x460D1E) is unknown color: approx Bordeaux. HEX triplet: 46, 0D and 1E. RGB value is (70,13,30). Sum of RGB (Red+Green+Blue) = 70+13+30=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #460D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D1E is #B9F2E1. Grayscale: #1F1F1F. Windows color (decimal): -12186338 or 1969478. OLE color: 1969478.

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

Color convert

RGB701330-
CMYK00.810.570.73
HSL342.11º68.67%16.27%-
HSV(B)342.11º81.43%27.45%-
XYZ2.91.681.4-
YUV31.98126.88155.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.95%
GREEN value IS 13 (5.47% from 255) = 11.50%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=61.95%
G=11.50%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70133000.810.570.73342.1168.6716.27
Hex46D1E05139491564510
Octal106153601217111152610520
Binary1000110110111110010100011110011001001101010110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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