#49151D

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

Shades of Bordeaux #49151D

Tints of Bordeaux #49151D

Color information

#49151D (or 0x49151D) is unknown color: approx Bordeaux. HEX triplet: 49, 15 and 1D. RGB value is (73,21,29). Sum of RGB (Red+Green+Blue) = 73+21+29=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #49151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49151D is #B6EAE2. Grayscale: #252525. Windows color (decimal): -11987683 or 1905993. OLE color: 1905993.

HSL color Cylindrical-coordinate representation of color #49151D: hue angle of 350.77º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49151D is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB732129-
CMYK00.710.600.71
HSL350.77º55.32%18.43%-
HSV(B)350.77º71.23%28.63%-
XYZ3.242.041.39-
YUV37.46123.23153.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.35%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=59.35%
G=17.07%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73212900.710.600.71350.7755.3218.43
Hex49151D0473C4715f3712
Octal11125350107741075376722
Binary1001001101011110101000111111100100011110101111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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