#491822

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

Shades of Bordeaux #491822

Tints of Bordeaux #491822

Color information

#491822 (or 0x491822) is unknown color: approx Bordeaux. HEX triplet: 49, 18 and 22. RGB value is (73,24,34). Sum of RGB (Red+Green+Blue) = 73+24+34=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #491822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491822 is #B6E7DD. Grayscale: #272727. Windows color (decimal): -11986910 or 2234441. OLE color: 2234441.

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

Color convert

RGB732434-
CMYK00.670.530.71
HSL347.76º50.52%19.02%-
HSV(B)347.76º67.12%28.63%-
XYZ3.362.191.76-
YUV39.79124.73151.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.73%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=55.73%
G=18.32%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73243400.670.530.71347.7650.5219.02
Hex491822043354715c3313
Octal11130420103651075346323
Binary10010011100010001001000011110101100011110101110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491822; }

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

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

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

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

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

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

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

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