#490F1C

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

Shades of Bordeaux #490F1C

Tints of Bordeaux #490F1C

Color information

#490F1C (or 0x490F1C) is unknown color: approx Bordeaux. HEX triplet: 49, 0F and 1C. RGB value is (73,15,28). Sum of RGB (Red+Green+Blue) = 73+15+28=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #490F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490F1C is #B6F0E3. Grayscale: #212121. Windows color (decimal): -11989220 or 1838921. OLE color: 1838921.

HSL color Cylindrical-coordinate representation of color #490F1C: hue angle of 346.55º 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 #490F1C is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB731528-
CMYK00.790.620.71
HSL346.55º65.91%17.25%-
HSV(B)346.55º79.45%28.63%-
XYZ3.131.841.29-
YUV33.82124.72155.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 62.93%
GREEN value IS 15 (6.25% from 255) = 12.93%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=62.93%
G=12.93%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73152800.790.620.71346.5565.9117.25
Hex49F1C04F3E4715b4211
Octal111173401177610753310221
Binary1001001111111100010011111111101000111101011011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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