#482757

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

Shades of Scarlet Gum #482757

Tints of Scarlet Gum #482757

Color information

#482757 (or 0x482757) is unknown color: approx Scarlet Gum. HEX triplet: 48, 27 and 57. RGB value is (72,39,87). Sum of RGB (Red+Green+Blue) = 72+39+87=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #482757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482757 is #B7D8A8. Grayscale: #363636. Windows color (decimal): -12048553 or 5711688. OLE color: 5711688.

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

Color convert

RGB723987-
CMYK0.170.5500.66
HSL281.25º38.1%24.71%-
HSV(B)281.25º55.17%34.12%-
XYZ5.123.529.43-
YUV54.34146.43140.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 39 (15.62% from 255) = 19.70%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=36.36%
G=19.70%
B=43.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7239870.170.5500.66281.2538.124.71
Hex48275711370421192619
Octal11047127216701024314631
Binary10010001001111010111100011101110100001010001100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482757; }

 p { color: rgb(72,39,87); }

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

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

 a { background-color: rgb(72,39,87); }

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

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

 span { border-color: rgb(72,39,87); }

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