#482856

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

Shades of Scarlet Gum #482856

Tints of Scarlet Gum #482856

Color information

#482856 (or 0x482856) is unknown color: approx Scarlet Gum. HEX triplet: 48, 28 and 56. RGB value is (72,40,86). Sum of RGB (Red+Green+Blue) = 72+40+86=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #482856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482856 is #B7D7A9. Grayscale: #363636. Windows color (decimal): -12048298 or 5646408. OLE color: 5646408.

HSL color Cylindrical-coordinate representation of color #482856: hue angle of 281.74º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482856 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB724086-
CMYK0.160.5300.66
HSL281.74º36.51%24.71%-
HSV(B)281.74º53.49%33.73%-
XYZ5.113.579.22-
YUV54.81145.6140.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 40 (16.02% from 255) = 20.20%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=36.36%
G=20.20%
B=43.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7240860.160.5300.66281.7436.5124.71
Hex482856103504211a2519
Octal11050126206501024324531
Binary10010001010001010110100001101010100001010001101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482856; }

 p { color: rgb(72,40,86); }

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

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

 a { background-color: rgb(72,40,86); }

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

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

 span { border-color: rgb(72,40,86); }

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