#481861

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

Shades of Scarlet Gum #481861

Tints of Scarlet Gum #481861

Color information

#481861 (or 0x481861) is unknown color: approx Scarlet Gum. HEX triplet: 48, 18 and 61. RGB value is (72,24,97). Sum of RGB (Red+Green+Blue) = 72+24+97=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #481861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481861 is #B7E79E. Grayscale: #2E2E2E. Windows color (decimal): -12052383 or 6363208. OLE color: 6363208.

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

Color convert

RGB722497-
CMYK0.260.7500.62
HSL279.45º60.33%23.73%-
HSV(B)279.45º75.26%38.04%-
XYZ5.162.8911.6-
YUV46.67156.4146.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=37.31%
G=12.44%
B=50.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7224970.260.7500.62279.4560.3323.73
Hex4818611A4B03E1173c18
Octal11030141321130764277430
Binary1001000110001100001110101001011011111010001011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481861; }

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

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

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

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

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

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

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

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