#490F22

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

Shades of Bordeaux #490F22

Tints of Bordeaux #490F22

Color information

#490F22 (or 0x490F22) is unknown color: approx Bordeaux. HEX triplet: 49, 0F and 22. RGB value is (73,15,34). Sum of RGB (Red+Green+Blue) = 73+15+34=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #490F22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490F22 is #B6F0DD. Grayscale: #222222. Windows color (decimal): -11989214 or 2232137. OLE color: 2232137.

HSL color Cylindrical-coordinate representation of color #490F22: hue angle of 340.34º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #490F22 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB731534-
CMYK00.790.530.71
HSL340.34º65.91%17.25%-
HSV(B)340.34º79.45%28.63%-
XYZ3.211.871.71-
YUV34.51127.72155.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.84%
GREEN value IS 15 (6.25% from 255) = 12.30%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=59.84%
G=12.30%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73153400.790.530.71340.3465.9117.25
Hex49F2204F35471544211
Octal111174201176510752410221
Binary10010011111100010010011111101011000111101010100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490F22; }

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

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

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

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

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

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

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

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