#491928

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

Shades of Bordeaux #491928

Tints of Bordeaux #491928

Color information

#491928 (or 0x491928) is unknown color: approx Bordeaux. HEX triplet: 49, 19 and 28. RGB value is (73,25,40). Sum of RGB (Red+Green+Blue) = 73+25+40=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #491928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491928 is #B6E6D7. Grayscale: #292929. Windows color (decimal): -11986648 or 2627913. OLE color: 2627913.

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

Color convert

RGB732540-
CMYK00.660.450.71
HSL341.25º48.98%19.22%-
HSV(B)341.25º65.75%28.63%-
XYZ3.482.262.26-
YUV41.06127.4150.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 40 (16.02% from 255) = 28.99%
R=52.90%
G=18.12%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73254000.660.450.71341.2548.9819.22
Hex4919280422D471553113
Octal11131500102551075256123
Binary10010011100110100001000010101101100011110101010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491928; }

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

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

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

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

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

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

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

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