#49272C

Color #49272C Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #49272C

Tints of Bulgarian Rose #49272C

Color information

#49272C (or 0x49272C) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 27 and 2C. RGB value is (73,39,44). Sum of RGB (Red+Green+Blue) = 73+39+44=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49272C is #B6D8D3. Grayscale: #313131. Windows color (decimal): -11983060 or 2893641. OLE color: 2893641.

HSL color Cylindrical-coordinate representation of color #49272C: hue angle of 351.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49272C is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB733944-
CMYK00.470.400.71
HSL351.18º30.36%21.96%-
HSV(B)351.18º46.58%28.63%-
XYZ3.933.052.76-
YUV49.74124.76144.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=46.79%
G=25%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73394400.470.400.71351.1830.3621.96
Hex49272C02F284715f1e16
Octal1114754057501075373626
Binary1001001100111101100010111110100010001111010111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49272C; }

 p { color: rgb(73,39,44); }

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

<style>
 a { background-color: #49272C; }

 a { background-color: rgb(73,39,44); }

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

<style>
 span { border-color: #49272C; }

 span { border-color: rgb(73,39,44); }

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