#482656

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

Shades of Scarlet Gum #482656

Tints of Scarlet Gum #482656

Color information

#482656 (or 0x482656) is unknown color: approx Scarlet Gum. HEX triplet: 48, 26 and 56. RGB value is (72,38,86). Sum of RGB (Red+Green+Blue) = 72+38+86=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #482656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482656 is #B7D9A9. Grayscale: #353535. Windows color (decimal): -12048810 or 5645896. OLE color: 5645896.

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

Color convert

RGB723886-
CMYK0.160.5600.66
HSL282.5º38.71%24.31%-
HSV(B)282.5º55.81%33.73%-
XYZ5.053.449.2-
YUV53.64146.26141.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 86 (33.98% from 255) = 43.88%
R=36.73%
G=19.39%
B=43.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7238860.160.5600.66282.538.7124.31
Hex482656103804211a2718
Octal11046126207001024324730
Binary10010001001101010110100001110000100001010001101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482656; }

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

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

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

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

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

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

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

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