#460319

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

Shades of Bordeaux #460319

Tints of Bordeaux #460319

Color information

#460319 (or 0x460319) is unknown color: approx Bordeaux. HEX triplet: 46, 03 and 19. RGB value is (70,3,25). Sum of RGB (Red+Green+Blue) = 70+3+25=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #460319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460319 is #B9FCE6. Grayscale: #191919. Windows color (decimal): -12188903 or 1639238. OLE color: 1639238.

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

Color convert

RGB70325-
CMYK00.960.640.73
HSL340.3º91.78%14.31%-
HSV(B)340.3º95.71%27.45%-
XYZ2.731.441.05-
YUV25.54127.7159.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 71.43%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=71.43%
G=3.06%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7032500.960.640.73340.391.7814.31
Hex4631906040491545ce
Octal106331014010011152413416
Binary10001101111001011000001000000100100110101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460319; }

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

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

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

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

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

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

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

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