#49151E

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

Shades of Bordeaux #49151E

Tints of Bordeaux #49151E

Color information

#49151E (or 0x49151E) is unknown color: approx Bordeaux. HEX triplet: 49, 15 and 1E. RGB value is (73,21,30). Sum of RGB (Red+Green+Blue) = 73+21+30=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #49151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49151E is #B6EAE1. Grayscale: #252525. Windows color (decimal): -11987682 or 1971529. OLE color: 1971529.

HSL color Cylindrical-coordinate representation of color #49151E: hue angle of 349.62º 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 #49151E is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB732130-
CMYK00.710.590.71
HSL349.62º55.32%18.43%-
HSV(B)349.62º71.23%28.63%-
XYZ3.252.051.45-
YUV37.57123.73153.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=58.87%
G=16.94%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73213000.710.590.71349.6255.3218.43
Hex49151E0473B4715e3712
Octal11125360107731075366722
Binary1001001101011111001000111111011100011110101111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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