#481662

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

Shades of Scarlet Gum #481662

Tints of Scarlet Gum #481662

Color information

#481662 (or 0x481662) is unknown color: approx Scarlet Gum. HEX triplet: 48, 16 and 62. RGB value is (72,22,98). Sum of RGB (Red+Green+Blue) = 72+22+98=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #481662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481662 is #B7E99D. Grayscale: #2D2D2D. Windows color (decimal): -12052894 or 6428232. OLE color: 6428232.

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

Color convert

RGB722298-
CMYK0.270.7800.62
HSL279.47º63.33%23.53%-
HSV(B)279.47º77.55%38.43%-
XYZ5.162.8311.83-
YUV45.61157.56146.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 98 (38.67% from 255) = 51.04%
R=37.5%
G=11.46%
B=51.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7222980.270.7800.62279.4763.3323.53
Hex4816621B4E03E1173f18
Octal11026142331160764277730
Binary1001000101101100010110111001110011111010001011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481662; }

 p { color: rgb(72,22,98); }

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

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

 a { background-color: rgb(72,22,98); }

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

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

 span { border-color: rgb(72,22,98); }

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