#460619

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

Shades of Bordeaux #460619

Tints of Bordeaux #460619

Color information

#460619 (or 0x460619) is unknown color: approx Bordeaux. HEX triplet: 46, 06 and 19. RGB value is (70,6,25). Sum of RGB (Red+Green+Blue) = 70+6+25=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #460619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460619 is #B9F9E6. Grayscale: #1B1B1B. Windows color (decimal): -12188135 or 1640006. OLE color: 1640006.

HSL color Cylindrical-coordinate representation of color #460619: hue angle of 342.19º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460619 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB70625-
CMYK00.910.640.73
HSL342.19º84.21%14.9%-
HSV(B)342.19º91.43%27.45%-
XYZ2.771.51.06-
YUV27.3126.7158.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 69.31%
GREEN value IS 6 (2.73% from 255) = 5.94%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=69.31%
G=5.94%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7062500.910.640.73342.1984.2114.9
Hex4661905B404915654f
Octal106631013310011152612417
Binary100011011011001010110111000000100100110101011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460619; }

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

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

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

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

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

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

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

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