#482328

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

Shades of Bulgarian Rose #482328

Tints of Bulgarian Rose #482328

Color information

#482328 (or 0x482328) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 23 and 28. RGB value is (72,35,40). Sum of RGB (Red+Green+Blue) = 72+35+40=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482328 is #B7DCD7. Grayscale: #2E2E2E. Windows color (decimal): -12049624 or 2630472. OLE color: 2630472.

HSL color Cylindrical-coordinate representation of color #482328: hue angle of 351.89º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #482328 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB723540-
CMYK00.510.440.72
HSL351.89º34.58%20.98%-
HSV(B)351.89º51.39%28.24%-
XYZ3.662.732.34-
YUV46.63124.26146.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=48.98%
G=23.81%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72354000.510.440.72351.8934.5820.98
Hex4823280332C481602315
Octal1104350063541105404325
Binary10010001000111010000110011101100100100010110000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482328; }

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

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

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

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

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

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

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

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