#48282C

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

Shades of Bulgarian Rose #48282C

Tints of Bulgarian Rose #48282C

Color information

#48282C (or 0x48282C) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 28 and 2C. RGB value is (72,40,44). Sum of RGB (Red+Green+Blue) = 72+40+44=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48282C is #B7D7D3. Grayscale: #323232. Windows color (decimal): -12048340 or 2893896. OLE color: 2893896.

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

Color convert

RGB724044-
CMYK00.440.390.72
HSL352.5º28.57%21.96%-
HSV(B)352.5º44.44%28.24%-
XYZ3.893.082.77-
YUV50.02124.6143.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=46.15%
G=25.64%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72404400.440.390.72352.528.5721.96
Hex48282C02C27481601d16
Octal1105054054471105403526
Binary1001000101000101100010110010011110010001011000001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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