#49242B

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

Shades of Bulgarian Rose #49242B

Tints of Bulgarian Rose #49242B

Color information

#49242B (or 0x49242B) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 24 and 2B. RGB value is (73,36,43). Sum of RGB (Red+Green+Blue) = 73+36+43=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49242B is #B6DBD4. Grayscale: #2F2F2F. Windows color (decimal): -11983829 or 2827337. OLE color: 2827337.

HSL color Cylindrical-coordinate representation of color #49242B: hue angle of 348.65º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49242B is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB733643-
CMYK00.510.410.71
HSL348.65º33.94%21.37%-
HSV(B)348.65º50.68%28.63%-
XYZ3.812.852.64-
YUV47.86125.26145.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.03%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=48.03%
G=23.68%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73364300.510.410.71348.6533.9421.37
Hex49242B033294715d2215
Octal1114453063511075354225
Binary10010011001001010110110011101001100011110101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,36,43); }

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

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

 a { background-color: rgb(73,36,43); }

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

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

 span { border-color: rgb(73,36,43); }

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