#48262C

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

Shades of Bulgarian Rose #48262C

Tints of Bulgarian Rose #48262C

Color information

#48262C (or 0x48262C) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 26 and 2C. RGB value is (72,38,44). Sum of RGB (Red+Green+Blue) = 72+38+44=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48262C is #B7D9D3. Grayscale: #303030. Windows color (decimal): -12048852 or 2893384. OLE color: 2893384.

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

Color convert

RGB723844-
CMYK00.470.390.72
HSL349.41º30.91%21.57%-
HSV(B)349.41º47.22%28.24%-
XYZ3.822.952.75-
YUV48.85125.26144.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=46.75%
G=24.68%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72384400.470.390.72349.4130.9121.57
Hex48262C02F274815d1f16
Octal1104654057471105353726
Binary1001000100110101100010111110011110010001010111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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