#482554

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

Shades of Scarlet Gum #482554

Tints of Scarlet Gum #482554

Color information

#482554 (or 0x482554) is unknown color: approx Scarlet Gum. HEX triplet: 48, 25 and 54. RGB value is (72,37,84). Sum of RGB (Red+Green+Blue) = 72+37+84=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #482554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482554 is #B7DAAB. Grayscale: #343434. Windows color (decimal): -12049068 or 5514568. OLE color: 5514568.

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

Color convert

RGB723784-
CMYK0.140.5600.67
HSL284.68º38.84%23.73%-
HSV(B)284.68º55.95%32.94%-
XYZ4.933.348.77-
YUV52.82145.6141.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 37 (14.84% from 255) = 19.17%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=37.31%
G=19.17%
B=43.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7237840.140.5600.67284.6838.8423.73
Hex482554E3804311d2718
Octal11045124167001034354730
Binary1001000100101101010011101110000100001110001110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482554; }

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

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

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

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

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

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

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

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