#481D57

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

Shades of Scarlet Gum #481D57

Tints of Scarlet Gum #481D57

Color information

#481D57 (or 0x481D57) is unknown color: approx Scarlet Gum. HEX triplet: 48, 1D and 57. RGB value is (72,29,87). Sum of RGB (Red+Green+Blue) = 72+29+87=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #481D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481D57 is #B7E2A8. Grayscale: #303030. Windows color (decimal): -12051113 or 5709128. OLE color: 5709128.

HSL color Cylindrical-coordinate representation of color #481D57: hue angle of 284.48º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481D57 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB722987-
CMYK0.170.6700.66
HSL284.48º50%22.75%-
HSV(B)284.48º66.67%34.12%-
XYZ4.832.949.33-
YUV48.47149.75144.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 29 (11.72% from 255) = 15.43%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=38.30%
G=15.43%
B=46.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7229870.170.6700.66284.485022.75
Hex481D57114304211c3217
Octal110351272110301024346227
Binary10010001110110101111000110000110100001010001110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481D57; }

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

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

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

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

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

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

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

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