#491620

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

Shades of Bordeaux #491620

Tints of Bordeaux #491620

Color information

#491620 (or 0x491620) is unknown color: approx Bordeaux. HEX triplet: 49, 16 and 20. RGB value is (73,22,32). Sum of RGB (Red+Green+Blue) = 73+22+32=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #491620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491620 is #B6E9DF. Grayscale: #262626. Windows color (decimal): -11987424 or 2102857. OLE color: 2102857.

HSL color Cylindrical-coordinate representation of color #491620: hue angle of 348.24º 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 #491620 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB732232-
CMYK00.700.560.71
HSL348.24º53.68%18.63%-
HSV(B)348.24º69.86%28.63%-
XYZ3.32.091.6-
YUV38.39124.4152.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.48%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 32 (12.89% from 255) = 25.20%
R=57.48%
G=17.32%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73223200.700.560.71348.2453.6818.63
Hex491620046384715c3613
Octal11126400106701075346623
Binary10010011011010000001000110111000100011110101110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491620; }

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

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

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

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

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

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

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

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