#491019

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

Shades of Bordeaux #491019

Tints of Bordeaux #491019

Color information

#491019 (or 0x491019) is unknown color: approx Bordeaux. HEX triplet: 49, 10 and 19. RGB value is (73,16,25). Sum of RGB (Red+Green+Blue) = 73+16+25=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #491019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491019 is #B6EFE6. Grayscale: #222222. Windows color (decimal): -11988967 or 1642569. OLE color: 1642569.

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

Color convert

RGB731625-
CMYK00.780.660.71
HSL350.53º64.04%17.45%-
HSV(B)350.53º78.08%28.63%-
XYZ3.111.861.11-
YUV34.07122.88155.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.04%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=64.04%
G=14.04%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73162500.780.660.71350.5364.0417.45
Hex49101904E424715f4011
Octal1112031011610210753710021
Binary100100110000110010100111010000101000111101011111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491019; }

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

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

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

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

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

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

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

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