#482C54

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

Shades of Scarlet Gum #482C54

Tints of Scarlet Gum #482C54

Color information

#482C54 (or 0x482C54) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2C and 54. RGB value is (72,44,84). Sum of RGB (Red+Green+Blue) = 72+44+84=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 84 - color contains mainly: blue. Hex color #482C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C54 is #B7D3AB. Grayscale: #383838. Windows color (decimal): -12047276 or 5516360. OLE color: 5516360.

HSL color Cylindrical-coordinate representation of color #482C54: hue angle of 282º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #482C54 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB724484-
CMYK0.140.4800.67
HSL282º31.25%25.1%-
HSV(B)282º47.62%32.94%-
XYZ5.173.828.85-
YUV56.93143.28138.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 44 (17.58% from 255) = 22%
BLUE value IS 84 (33.20% from 255) = 42%
R=36%
G=22%
B=42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7244840.140.4800.6728231.2525.1
Hex482C54E3004311a1f19
Octal11054124166001034323731
Binary100100010110010101001110110000010000111000110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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