#481F60

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

Shades of Scarlet Gum #481F60

Tints of Scarlet Gum #481F60

Color information

#481F60 (or 0x481F60) is unknown color: approx Scarlet Gum. HEX triplet: 48, 1F and 60. RGB value is (72,31,96). Sum of RGB (Red+Green+Blue) = 72+31+96=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #481F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481F60 is #B7E09F. Grayscale: #323232. Windows color (decimal): -12050592 or 6299464. OLE color: 6299464.

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

Color convert

RGB723196-
CMYK0.250.6800.62
HSL277.85º51.18%24.9%-
HSV(B)277.85º67.71%37.65%-
XYZ5.273.211.41-
YUV50.67153.58143.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 31 (12.5% from 255) = 15.58%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=36.18%
G=15.58%
B=48.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7231960.250.6800.62277.8551.1824.9
Hex481F60194403E1163319
Octal11037140311040764266331
Binary1001000111111100000110011000100011111010001011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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