#482355

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

Shades of Scarlet Gum #482355

Tints of Scarlet Gum #482355

Color information

#482355 (or 0x482355) is unknown color: approx Scarlet Gum. HEX triplet: 48, 23 and 55. RGB value is (72,35,85). Sum of RGB (Red+Green+Blue) = 72+35+85=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #482355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482355 is #B7DCAA. Grayscale: #333333. Windows color (decimal): -12049579 or 5579592. OLE color: 5579592.

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

Color convert

RGB723585-
CMYK0.150.5900.67
HSL284.4º41.67%23.53%-
HSV(B)284.4º58.82%33.33%-
XYZ4.913.248.96-
YUV51.76146.76142.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 85 (33.59% from 255) = 44.27%
R=37.5%
G=18.23%
B=44.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7235850.150.5900.67284.441.6723.53
Hex482355F3B04311c2a18
Octal11043125177301034345230
Binary1001000100011101010111111110110100001110001110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482355; }

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

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

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

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

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

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

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

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