#491624

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

Shades of Bordeaux #491624

Tints of Bordeaux #491624

Color information

#491624 (or 0x491624) is unknown color: approx Bordeaux. HEX triplet: 49, 16 and 24. RGB value is (73,22,36). Sum of RGB (Red+Green+Blue) = 73+22+36=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #491624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491624 is #B6E9DB. Grayscale: #262626. Windows color (decimal): -11987420 or 2365001. OLE color: 2365001.

HSL color Cylindrical-coordinate representation of color #491624: hue angle of 343.53º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491624 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB732236-
CMYK00.700.510.71
HSL343.53º53.68%18.63%-
HSV(B)343.53º69.86%28.63%-
XYZ3.352.121.9-
YUV38.84126.4152.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.73%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 36 (14.45% from 255) = 27.48%
R=55.73%
G=16.79%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73223600.700.510.71343.5353.6818.63
Hex49162404633471583613
Octal11126440106631075306623
Binary10010011011010010001000110110011100011110101100011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491624; }

 p { color: rgb(73,22,36); }

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

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

 a { background-color: rgb(73,22,36); }

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

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

 span { border-color: rgb(73,22,36); }

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