#48292C

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

Shades of Bulgarian Rose #48292C

Tints of Bulgarian Rose #48292C

Color information

#48292C (or 0x48292C) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 29 and 2C. RGB value is (72,41,44). Sum of RGB (Red+Green+Blue) = 72+41+44=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48292C is #B7D6D3. Grayscale: #323232. Windows color (decimal): -12048084 or 2894152. OLE color: 2894152.

HSL color Cylindrical-coordinate representation of color #48292C: hue angle of 354.19º 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 #48292C is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB724144-
CMYK00.430.390.72
HSL354.19º27.43%22.16%-
HSV(B)354.19º43.06%28.24%-
XYZ3.923.152.78-
YUV50.61124.27143.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=45.86%
G=26.11%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72414400.430.390.72354.1927.4322.16
Hex48292C02B27481621b16
Octal1105154053471105423326
Binary1001000101001101100010101110011110010001011000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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