#48272B

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

Shades of Bulgarian Rose #48272B

Tints of Bulgarian Rose #48272B

Color information

#48272B (or 0x48272B) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 27 and 2B. RGB value is (72,39,43). Sum of RGB (Red+Green+Blue) = 72+39+43=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48272B is #B7D8D4. Grayscale: #313131. Windows color (decimal): -12048597 or 2828104. OLE color: 2828104.

HSL color Cylindrical-coordinate representation of color #48272B: hue angle of 352.73º 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 #48272B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB723943-
CMYK00.460.400.72
HSL352.73º29.73%21.76%-
HSV(B)352.73º45.83%28.24%-
XYZ3.8332.66-
YUV49.32124.43144.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 43 (17.19% from 255) = 27.92%
R=46.75%
G=25.32%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72394300.460.400.72352.7329.7321.76
Hex48272B02E28481611e16
Octal1104753056501105413626
Binary1001000100111101011010111010100010010001011000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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