#490215

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

Shades of Bordeaux #490215

Tints of Bordeaux #490215

Color information

#490215 (or 0x490215) is unknown color: approx Bordeaux. HEX triplet: 49, 02 and 15. RGB value is (73,2,21). Sum of RGB (Red+Green+Blue) = 73+2+21=96 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.04% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 73 - color contains mainly: red. Hex color #490215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490215 is #B6FDEA. Grayscale: #191919. Windows color (decimal): -11992555 or 1376841. OLE color: 1376841.

HSL color Cylindrical-coordinate representation of color #490215: hue angle of 343.94º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490215 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB73221-
CMYK00.970.710.71
HSL343.94º94.67%14.71%-
HSV(B)343.94º97.26%28.63%-
XYZ2.91.510.85-
YUV25.39125.52161.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 76.04%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=76.04%
G=2.08%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7322100.970.710.71343.9494.6714.71
Hex4921506147471585ff
Octal111225014110710753013717
Binary10010011010101011000011000111100011110101100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490215; }

 p { color: rgb(73,2,21); }

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

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

 a { background-color: rgb(73,2,21); }

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

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

 span { border-color: rgb(73,2,21); }

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