#482255

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

Shades of Scarlet Gum #482255

Tints of Scarlet Gum #482255

Color information

#482255 (or 0x482255) is unknown color: approx Scarlet Gum. HEX triplet: 48, 22 and 55. RGB value is (72,34,85). Sum of RGB (Red+Green+Blue) = 72+34+85=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #482255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482255 is #B7DDAA. Grayscale: #333333. Windows color (decimal): -12049835 or 5579336. OLE color: 5579336.

HSL color Cylindrical-coordinate representation of color #482255: hue angle of 284.71º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #482255 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB723485-
CMYK0.150.6000.67
HSL284.71º42.86%23.33%-
HSV(B)284.71º60%33.33%-
XYZ4.883.188.95-
YUV51.18147.09142.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=37.70%
G=17.80%
B=44.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7234850.150.6000.67284.7142.8623.33
Hex482255F3C04311d2b17
Octal11042125177401034355327
Binary1001000100010101010111111111000100001110001110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482255; }

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

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

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

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

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

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

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

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