#482555

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

Shades of Scarlet Gum #482555

Tints of Scarlet Gum #482555

Color information

#482555 (or 0x482555) is unknown color: approx Scarlet Gum. HEX triplet: 48, 25 and 55. RGB value is (72,37,85). Sum of RGB (Red+Green+Blue) = 72+37+85=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #482555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482555 is #B7DAAA. Grayscale: #343434. Windows color (decimal): -12049067 or 5580104. OLE color: 5580104.

HSL color Cylindrical-coordinate representation of color #482555: hue angle of 283.75º 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 #482555 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB723785-
CMYK0.150.5600.67
HSL283.75º39.34%23.92%-
HSV(B)283.75º56.47%33.33%-
XYZ4.973.368.98-
YUV52.94146.1141.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=37.11%
G=19.07%
B=43.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7237850.150.5600.67283.7539.3423.92
Hex482555F3804311c2718
Octal11045125177001034344730
Binary1001000100101101010111111110000100001110001110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482555; }

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

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

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

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

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

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

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

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