#49181F

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

Shades of Bordeaux #49181F

Tints of Bordeaux #49181F

Color information

#49181F (or 0x49181F) is unknown color: approx Bordeaux. HEX triplet: 49, 18 and 1F. RGB value is (73,24,31). Sum of RGB (Red+Green+Blue) = 73+24+31=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #49181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49181F is #B6E7E0. Grayscale: #272727. Windows color (decimal): -11986913 or 2037833. OLE color: 2037833.

HSL color Cylindrical-coordinate representation of color #49181F: hue angle of 351.43º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49181F is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB732431-
CMYK00.670.580.71
HSL351.43º50.52%19.02%-
HSV(B)351.43º67.12%28.63%-
XYZ3.322.171.54-
YUV39.45123.23151.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.03%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=57.03%
G=18.75%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73243100.670.580.71351.4350.5219.02
Hex49181F0433A4715f3313
Octal11130370103721075376323
Binary1001001110001111101000011111010100011110101111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49181F; }

 p { color: rgb(73,24,31); }

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

<style>
 a { background-color: #49181F; }

 a { background-color: rgb(73,24,31); }

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

<style>
 span { border-color: #49181F; }

 span { border-color: rgb(73,24,31); }

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