#49121D

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

Shades of Bordeaux #49121D

Tints of Bordeaux #49121D

Color information

#49121D (or 0x49121D) is unknown color: approx Bordeaux. HEX triplet: 49, 12 and 1D. RGB value is (73,18,29). Sum of RGB (Red+Green+Blue) = 73+18+29=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49121D is #B6EDE2. Grayscale: #232323. Windows color (decimal): -11988451 or 1905225. OLE color: 1905225.

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

Color convert

RGB731829-
CMYK00.750.600.71
HSL348º60.44%17.84%-
HSV(B)348º75.34%28.63%-
XYZ3.191.941.37-
YUV35.7124.22154.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.83%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=60.83%
G=15%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73182900.750.600.7134860.4417.84
Hex49121D04B3C4715c3c12
Octal11122350113741075347422
Binary1001001100101110101001011111100100011110101110011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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