#49151B

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

Shades of Bordeaux #49151B

Tints of Bordeaux #49151B

Color information

#49151B (or 0x49151B) is unknown color: approx Bordeaux. HEX triplet: 49, 15 and 1B. RGB value is (73,21,27). Sum of RGB (Red+Green+Blue) = 73+21+27=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #49151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49151B is #B6EAE4. Grayscale: #252525. Windows color (decimal): -11987685 or 1774921. OLE color: 1774921.

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

Color convert

RGB732127-
CMYK00.710.630.71
HSL353.08º55.32%18.43%-
HSV(B)353.08º71.23%28.63%-
XYZ3.212.031.26-
YUV37.23122.23153.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=60.33%
G=17.36%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73212700.710.630.71353.0855.3218.43
Hex49151B0473F471613712
Octal11125330107771075416722
Binary1001001101011101101000111111111100011110110000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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