#49282B

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

Shades of Bulgarian Rose #49282B

Tints of Bulgarian Rose #49282B

Color information

#49282B (or 0x49282B) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 28 and 2B. RGB value is (73,40,43). Sum of RGB (Red+Green+Blue) = 73+40+43=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49282B is #B6D7D4. Grayscale: #323232. Windows color (decimal): -11982805 or 2828361. OLE color: 2828361.

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

Color convert

RGB734043-
CMYK00.450.410.71
HSL354.55º29.2%22.16%-
HSV(B)354.55º45.21%28.63%-
XYZ3.943.112.68-
YUV50.21123.93144.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=46.79%
G=25.64%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73404300.450.410.71354.5529.222.16
Hex49282B02D29471631d16
Octal1115053055511075433526
Binary1001001101000101011010110110100110001111011000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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