#482054

Color #482054 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #482054

Tints of Scarlet Gum #482054

Color information

#482054 (or 0x482054) is unknown color: approx Scarlet Gum. HEX triplet: 48, 20 and 54. RGB value is (72,32,84). Sum of RGB (Red+Green+Blue) = 72+32+84=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #482054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482054 is #B7DFAB. Grayscale: #313131. Windows color (decimal): -12050348 or 5513288. OLE color: 5513288.

HSL color Cylindrical-coordinate representation of color #482054: hue angle of 286.15º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482054 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB723284-
CMYK0.140.6200.67
HSL286.15º44.83%22.75%-
HSV(B)286.15º61.9%32.94%-
XYZ4.793.058.72-
YUV49.89147.25143.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=38.30%
G=17.02%
B=44.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7232840.140.6200.67286.1544.8322.75
Hex482054E3E04311e2d17
Octal11040124167601034365527
Binary1001000100000101010011101111100100001110001111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482054; }

 p { color: rgb(72,32,84); }

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

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

 a { background-color: rgb(72,32,84); }

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

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

 span { border-color: rgb(72,32,84); }

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