#481366

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

Shades of Scarlet Gum #481366

Tints of Scarlet Gum #481366

Color information

#481366 (or 0x481366) is unknown color: approx Scarlet Gum. HEX triplet: 48, 13 and 66. RGB value is (72,19,102). Sum of RGB (Red+Green+Blue) = 72+19+102=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #481366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481366 is #B7EC99. Grayscale: #2C2C2C. Windows color (decimal): -12053658 or 6689608. OLE color: 6689608.

HSL color Cylindrical-coordinate representation of color #481366: hue angle of 278.31º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481366 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7219102-
CMYK0.290.8100.6
HSL278.31º68.6%23.73%-
HSV(B)278.31º81.37%40%-
XYZ5.32.812.83-
YUV44.31160.56147.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 102 (40.23% from 255) = 52.85%
R=37.31%
G=9.84%
B=52.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72191020.290.8100.6278.3168.623.73
Hex4813661D5103C1164518
Octal110231463512107442610530
Binary10010001001111001101110110100010111100100010110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481366; }

 p { color: rgb(72,19,102); }

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

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

 a { background-color: rgb(72,19,102); }

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

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

 span { border-color: rgb(72,19,102); }

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