#49121B

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

Shades of Bordeaux #49121B

Tints of Bordeaux #49121B

Color information

#49121B (or 0x49121B) is unknown color: approx Bordeaux. HEX triplet: 49, 12 and 1B. RGB value is (73,18,27). Sum of RGB (Red+Green+Blue) = 73+18+27=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #49121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49121B is #B6EDE4. Grayscale: #232323. Windows color (decimal): -11988453 or 1774153. OLE color: 1774153.

HSL color Cylindrical-coordinate representation of color #49121B: hue angle of 350.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49121B is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB731827-
CMYK00.750.630.71
HSL350.18º60.44%17.84%-
HSV(B)350.18º75.34%28.63%-
XYZ3.161.931.24-
YUV35.47123.22154.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.86%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=61.86%
G=15.25%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73182700.750.630.71350.1860.4417.84
Hex49121B04B3F4715e3c12
Octal11122330113771075367422
Binary1001001100101101101001011111111100011110101111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49121B; }

 p { color: rgb(73,18,27); }

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

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

 a { background-color: rgb(73,18,27); }

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

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

 span { border-color: rgb(73,18,27); }

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