#482325

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

Shades of Bulgarian Rose #482325

Tints of Bulgarian Rose #482325

Color information

#482325 (or 0x482325) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 23 and 25. RGB value is (72,35,37). Sum of RGB (Red+Green+Blue) = 72+35+37=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482325 is #B7DCDA. Grayscale: #2E2E2E. Windows color (decimal): -12049627 or 2433864. OLE color: 2433864.

HSL color Cylindrical-coordinate representation of color #482325: hue angle of 356.76º 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 #482325 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB723537-
CMYK00.510.490.72
HSL356.76º34.58%20.98%-
HSV(B)356.76º51.39%28.24%-
XYZ3.612.712.08-
YUV46.29122.76146.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=50%
G=24.31%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72353700.510.490.72356.7634.5820.98
Hex48232503331481652315
Octal1104345063611105454325
Binary10010001000111001010110011110001100100010110010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482325; }

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

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

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

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

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

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

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

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