#482C5F

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

Shades of Scarlet Gum #482C5F

Tints of Scarlet Gum #482C5F

Color information

#482C5F (or 0x482C5F) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2C and 5F. RGB value is (72,44,95). Sum of RGB (Red+Green+Blue) = 72+44+95=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #482C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C5F is #B7D3A0. Grayscale: #3A3A3A. Windows color (decimal): -12047265 or 6237256. OLE color: 6237256.

HSL color Cylindrical-coordinate representation of color #482C5F: hue angle of 272.94º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482C5F is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB724495-
CMYK0.240.5400.63
HSL272.94º36.69%27.25%-
HSV(B)272.94º53.68%37.25%-
XYZ5.644.0111.3-
YUV58.19148.78137.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=34.12%
G=20.85%
B=45.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7244950.240.5400.63272.9436.6927.25
Hex482C5F183603F111251b
Octal1105413730660774214533
Binary1001000101100101111111000110110011111110001000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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