#482124

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

Shades of Bulgarian Rose #482124

Tints of Bulgarian Rose #482124

Color information

#482124 (or 0x482124) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 21 and 24. RGB value is (72,33,36). Sum of RGB (Red+Green+Blue) = 72+33+36=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #482124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482124 is #B7DEDB. Grayscale: #2D2D2D. Windows color (decimal): -12050140 or 2367816. OLE color: 2367816.

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

Color convert

RGB723336-
CMYK00.540.50.72
HSL355.38º37.14%20.59%-
HSV(B)355.38º54.17%28.24%-
XYZ3.532.591.98-
YUV45122.92147.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=51.06%
G=23.40%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72333600.540.50.72355.3837.1420.59
Hex48212403632481632515
Octal1104144066621105434525
Binary10010001000011001000110110110010100100010110001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482124; }

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

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

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

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

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

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

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

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