#482655

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

Shades of Scarlet Gum #482655

Tints of Scarlet Gum #482655

Color information

#482655 (or 0x482655) is unknown color: approx Scarlet Gum. HEX triplet: 48, 26 and 55. RGB value is (72,38,85). Sum of RGB (Red+Green+Blue) = 72+38+85=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #482655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482655 is #B7D9AA. Grayscale: #353535. Windows color (decimal): -12048811 or 5580360. OLE color: 5580360.

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

Color convert

RGB723885-
CMYK0.150.5500.67
HSL283.4º38.21%24.12%-
HSV(B)283.4º55.29%33.33%-
XYZ5.013.428.99-
YUV53.52145.76141.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=36.92%
G=19.49%
B=43.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7238850.150.5500.67283.438.2124.12
Hex482655F3704311b2618
Octal11046125176701034334630
Binary1001000100110101010111111101110100001110001101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482655; }

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

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

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

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

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

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

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

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