#460A19

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

Shades of Bordeaux #460A19

Tints of Bordeaux #460A19

Color information

#460A19 (or 0x460A19) is unknown color: approx Bordeaux. HEX triplet: 46, 0A and 19. RGB value is (70,10,25). Sum of RGB (Red+Green+Blue) = 70+10+25=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #460A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460A19 is #B9F5E6. Grayscale: #1D1D1D. Windows color (decimal): -12187111 or 1641030. OLE color: 1641030.

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

Color convert

RGB701025-
CMYK00.860.640.73
HSL345º75%15.69%-
HSV(B)345º85.71%27.45%-
XYZ2.811.591.08-
YUV29.65125.38156.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 9.52%
BLUE value IS 25 (10.16% from 255) = 23.81%
R=66.67%
G=9.52%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70102500.860.640.733457515.69
Hex46A1905640491594b10
Octal1061231012610011153111320
Binary10001101010110010101011010000001001001101011001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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