#491622

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

Shades of Bordeaux #491622

Tints of Bordeaux #491622

Color information

#491622 (or 0x491622) is unknown color: approx Bordeaux. HEX triplet: 49, 16 and 22. RGB value is (73,22,34). Sum of RGB (Red+Green+Blue) = 73+22+34=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491622 is #B6E9DD. Grayscale: #262626. Windows color (decimal): -11987422 or 2233929. OLE color: 2233929.

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

Color convert

RGB732234-
CMYK00.700.530.71
HSL345.88º53.68%18.63%-
HSV(B)345.88º69.86%28.63%-
XYZ3.322.111.74-
YUV38.62125.4152.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=56.59%
G=17.05%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73223400.700.530.71345.8853.6818.63
Hex491622046354715a3613
Octal11126420106651075326623
Binary10010011011010001001000110110101100011110101101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491622; }

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

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

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

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

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

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

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

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