#482125

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

Shades of Bulgarian Rose #482125

Tints of Bulgarian Rose #482125

Color information

#482125 (or 0x482125) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 21 and 25. RGB value is (72,33,37). Sum of RGB (Red+Green+Blue) = 72+33+37=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #482125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482125 is #B7DEDA. Grayscale: #2D2D2D. Windows color (decimal): -12050139 or 2433352. OLE color: 2433352.

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

Color convert

RGB723337-
CMYK00.540.490.72
HSL353.85º37.14%20.59%-
HSV(B)353.85º54.17%28.24%-
XYZ3.552.62.06-
YUV45.12123.42147.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=50.70%
G=23.24%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72333700.540.490.72353.8537.1420.59
Hex48212503631481622515
Octal1104145066611105424525
Binary10010001000011001010110110110001100100010110001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482125; }

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

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

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

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

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

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

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

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