#48282A

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

Shades of Bulgarian Rose #48282A

Tints of Bulgarian Rose #48282A

Color information

#48282A (or 0x48282A) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 28 and 2A. RGB value is (72,40,42). Sum of RGB (Red+Green+Blue) = 72+40+42=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48282A is #B7D7D5. Grayscale: #313131. Windows color (decimal): -12048342 or 2762824. OLE color: 2762824.

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

Color convert

RGB724042-
CMYK00.440.420.72
HSL356.25º28.57%21.96%-
HSV(B)356.25º44.44%28.24%-
XYZ3.853.062.58-
YUV49.8123.6143.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=46.75%
G=25.97%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72404200.440.420.72356.2528.5721.96
Hex48282A02C2A481641d16
Octal1105052054521105443526
Binary1001000101000101010010110010101010010001011001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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