#490F1A

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

Shades of Bordeaux #490F1A

Tints of Bordeaux #490F1A

Color information

#490F1A (or 0x490F1A) is unknown color: approx Bordeaux. HEX triplet: 49, 0F and 1A. RGB value is (73,15,26). Sum of RGB (Red+Green+Blue) = 73+15+26=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #490F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490F1A is #B6F0E5. Grayscale: #212121. Windows color (decimal): -11989222 or 1707849. OLE color: 1707849.

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

Color convert

RGB731526-
CMYK00.790.640.71
HSL348.62º65.91%17.25%-
HSV(B)348.62º79.45%28.63%-
XYZ3.11.831.17-
YUV33.6123.72156.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.04%
GREEN value IS 15 (6.25% from 255) = 13.16%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=64.04%
G=13.16%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73152600.790.640.71348.6265.9117.25
Hex49F1A04F404715d4211
Octal1111732011710010753510221
Binary10010011111110100100111110000001000111101011101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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