#49121C

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

Shades of Bordeaux #49121C

Tints of Bordeaux #49121C

Color information

#49121C (or 0x49121C) is unknown color: approx Bordeaux. HEX triplet: 49, 12 and 1C. RGB value is (73,18,28). Sum of RGB (Red+Green+Blue) = 73+18+28=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #49121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49121C is #B6EDE3. Grayscale: #232323. Windows color (decimal): -11988452 or 1839689. OLE color: 1839689.

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

Color convert

RGB731828-
CMYK00.750.620.71
HSL349.09º60.44%17.84%-
HSV(B)349.09º75.34%28.63%-
XYZ3.171.931.3-
YUV35.58123.72154.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.34%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=61.34%
G=15.13%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73182800.750.620.71349.0960.4417.84
Hex49121C04B3E4715d3c12
Octal11122340113761075357422
Binary1001001100101110001001011111110100011110101110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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