#481961

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

Shades of Scarlet Gum #481961

Tints of Scarlet Gum #481961

Color information

#481961 (or 0x481961) is unknown color: approx Scarlet Gum. HEX triplet: 48, 19 and 61. RGB value is (72,25,97). Sum of RGB (Red+Green+Blue) = 72+25+97=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #481961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481961 is #B7E69E. Grayscale: #2F2F2F. Windows color (decimal): -12052127 or 6363464. OLE color: 6363464.

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

Color convert

RGB722597-
CMYK0.260.7400.62
HSL279.17º59.02%23.92%-
HSV(B)279.17º74.23%38.04%-
XYZ5.182.9411.6-
YUV47.26156.07145.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 97 (38.28% from 255) = 50%
R=37.11%
G=12.89%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7225970.260.7400.62279.1759.0223.92
Hex4819611A4A03E1173b18
Octal11031141321120764277330
Binary1001000110011100001110101001010011111010001011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481961; }

 p { color: rgb(72,25,97); }

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

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

 a { background-color: rgb(72,25,97); }

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

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

 span { border-color: rgb(72,25,97); }

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