#481062

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

Shades of Scarlet Gum #481062

Tints of Scarlet Gum #481062

Color information

#481062 (or 0x481062) is unknown color: approx Scarlet Gum. HEX triplet: 48, 10 and 62. RGB value is (72,16,98). Sum of RGB (Red+Green+Blue) = 72+16+98=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #481062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481062 is #B7EF9D. Grayscale: #292929. Windows color (decimal): -12054430 or 6426696. OLE color: 6426696.

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

Color convert

RGB721698-
CMYK0.270.8400.62
HSL280.98º71.93%22.35%-
HSV(B)280.98º83.67%38.43%-
XYZ5.062.6311.8-
YUV42.09159.55149.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=38.71%
G=8.60%
B=52.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7216980.270.8400.62280.9871.9322.35
Hex4810621B5403E1194816
Octal110201423312407643111026
Binary10010001000011000101101110101000111110100011001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481062; }

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

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

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

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

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

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

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

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