#490315

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

Shades of Bordeaux #490315

Tints of Bordeaux #490315

Color information

#490315 (or 0x490315) is unknown color: approx Bordeaux. HEX triplet: 49, 03 and 15. RGB value is (73,3,21). Sum of RGB (Red+Green+Blue) = 73+3+21=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #490315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490315 is #B6FCEA. Grayscale: #191919. Windows color (decimal): -11992299 or 1377097. OLE color: 1377097.

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

Color convert

RGB73321-
CMYK00.960.710.71
HSL344.57º92.11%14.9%-
HSV(B)344.57º95.89%28.63%-
XYZ2.921.540.85-
YUV25.98125.19161.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 75.26%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=75.26%
G=3.09%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7332100.960.710.71344.5792.1114.9
Hex4931506047471595cf
Octal111325014010710753113417
Binary10010011110101011000001000111100011110101100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490315; }

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

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

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

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

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

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

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

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