#482C57

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

Shades of Scarlet Gum #482C57

Tints of Scarlet Gum #482C57

Color information

#482C57 (or 0x482C57) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2C and 57. RGB value is (72,44,87). Sum of RGB (Red+Green+Blue) = 72+44+87=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #482C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C57 is #B7D3A8. Grayscale: #393939. Windows color (decimal): -12047273 or 5712968. OLE color: 5712968.

HSL color Cylindrical-coordinate representation of color #482C57: hue angle of 279.07º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482C57 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB724487-
CMYK0.170.4900.66
HSL279.07º32.82%25.69%-
HSV(B)279.07º49.43%34.12%-
XYZ5.293.879.48-
YUV57.27144.78138.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 87 (34.38% from 255) = 42.86%
R=35.47%
G=21.67%
B=42.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7244870.170.4900.66279.0732.8225.69
Hex482C571131042117211a
Octal11054127216101024274132
Binary10010001011001010111100011100010100001010001011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482C57; }

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

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

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

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

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

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

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

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