#48272C

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

Shades of Bulgarian Rose #48272C

Tints of Bulgarian Rose #48272C

Color information

#48272C (or 0x48272C) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 27 and 2C. RGB value is (72,39,44). Sum of RGB (Red+Green+Blue) = 72+39+44=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48272C is #B7D8D3. Grayscale: #313131. Windows color (decimal): -12048596 or 2893640. OLE color: 2893640.

HSL color Cylindrical-coordinate representation of color #48272C: hue angle of 350.91º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48272C is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB723944-
CMYK00.460.390.72
HSL350.91º29.73%21.76%-
HSV(B)350.91º45.83%28.24%-
XYZ3.853.012.76-
YUV49.44124.93144.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=46.45%
G=25.16%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72394400.460.390.72350.9129.7321.76
Hex48272C02E274815f1e16
Octal1104754056471105373626
Binary1001000100111101100010111010011110010001010111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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