#490819

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

Shades of Bordeaux #490819

Tints of Bordeaux #490819

Color information

#490819 (or 0x490819) is unknown color: approx Bordeaux. HEX triplet: 49, 08 and 19. RGB value is (73,8,25). Sum of RGB (Red+Green+Blue) = 73+8+25=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #490819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490819 is #B6F7E6. Grayscale: #1D1D1D. Windows color (decimal): -11991015 or 1640521. OLE color: 1640521.

HSL color Cylindrical-coordinate representation of color #490819: hue angle of 344.31º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490819 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB73825-
CMYK00.890.660.71
HSL344.31º80.25%15.88%-
HSV(B)344.31º89.04%28.63%-
XYZ3.011.661.08-
YUV29.37125.53159.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 68.87%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=68.87%
G=7.55%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7382500.890.660.71344.3180.2515.88
Hex4981905942471585010
Octal1111031013110210753012020
Binary10010011000110010101100110000101000111101011000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490819; }

 p { color: rgb(73,8,25); }

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

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

 a { background-color: rgb(73,8,25); }

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

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

 span { border-color: rgb(73,8,25); }

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