#460D19

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

Shades of Bordeaux #460D19

Tints of Bordeaux #460D19

Color information

#460D19 (or 0x460D19) is unknown color: approx Bordeaux. HEX triplet: 46, 0D and 19. RGB value is (70,13,25). Sum of RGB (Red+Green+Blue) = 70+13+25=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #460D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460D19 is #B9F2E6. Grayscale: #1F1F1F. Windows color (decimal): -12186343 or 1641798. OLE color: 1641798.

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

Color convert

RGB701325-
CMYK00.810.640.73
HSL347.37º68.67%16.27%-
HSV(B)347.37º81.43%27.45%-
XYZ2.851.661.09-
YUV31.41124.38155.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.81%
GREEN value IS 13 (5.47% from 255) = 12.04%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=64.81%
G=12.04%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70132500.810.640.73347.3768.6716.27
Hex46D19051404915b4510
Octal1061531012110011153310520
Binary10001101101110010101000110000001001001101011011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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