#48292B

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

Shades of Bulgarian Rose #48292B

Tints of Bulgarian Rose #48292B

Color information

#48292B (or 0x48292B) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 29 and 2B. RGB value is (72,41,43). Sum of RGB (Red+Green+Blue) = 72+41+43=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48292B is #B7D6D4. Grayscale: #323232. Windows color (decimal): -12048085 or 2828616. OLE color: 2828616.

HSL color Cylindrical-coordinate representation of color #48292B: hue angle of 356.13º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48292B is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB724143-
CMYK00.430.400.72
HSL356.13º27.43%22.16%-
HSV(B)356.13º43.06%28.24%-
XYZ3.93.142.69-
YUV50.5123.77143.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=46.15%
G=26.28%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72414300.430.400.72356.1327.4322.16
Hex48292B02B28481641b16
Octal1105153053501105443326
Binary1001000101001101011010101110100010010001011001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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