#481C60

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

Shades of Scarlet Gum #481C60

Tints of Scarlet Gum #481C60

Color information

#481C60 (or 0x481C60) is unknown color: approx Scarlet Gum. HEX triplet: 48, 1C and 60. RGB value is (72,28,96). Sum of RGB (Red+Green+Blue) = 72+28+96=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #481C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C60 is #B7E39F. Grayscale: #303030. Windows color (decimal): -12051360 or 6298696. OLE color: 6298696.

HSL color Cylindrical-coordinate representation of color #481C60: hue angle of 278.82º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481C60 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB722896-
CMYK0.250.7100.62
HSL278.82º54.84%24.31%-
HSV(B)278.82º70.83%37.65%-
XYZ5.23.0511.38-
YUV48.91154.58144.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 28 (11.33% from 255) = 14.29%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=36.73%
G=14.29%
B=48.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7228960.250.7100.62278.8254.8424.31
Hex481C60194703E1173718
Octal11034140311070764276730
Binary1001000111001100000110011000111011111010001011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,28,96); }

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

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

 a { background-color: rgb(72,28,96); }

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

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

 span { border-color: rgb(72,28,96); }

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