#48282B

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

Shades of Bulgarian Rose #48282B

Tints of Bulgarian Rose #48282B

Color information

#48282B (or 0x48282B) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 28 and 2B. RGB value is (72,40,43). Sum of RGB (Red+Green+Blue) = 72+40+43=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48282B is #B7D7D4. Grayscale: #313131. Windows color (decimal): -12048341 or 2828360. OLE color: 2828360.

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

Color convert

RGB724043-
CMYK00.440.400.72
HSL354.38º28.57%21.96%-
HSV(B)354.38º44.44%28.24%-
XYZ3.873.072.67-
YUV49.91124.1143.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=46.45%
G=25.81%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72404300.440.400.72354.3828.5721.96
Hex48282B02C28481621d16
Octal1105053054501105423526
Binary1001000101000101011010110010100010010001011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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