#481761

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

Shades of Scarlet Gum #481761

Tints of Scarlet Gum #481761

Color information

#481761 (or 0x481761) is unknown color: approx Scarlet Gum. HEX triplet: 48, 17 and 61. RGB value is (72,23,97). Sum of RGB (Red+Green+Blue) = 72+23+97=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #481761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481761 is #B7E89E. Grayscale: #2D2D2D. Windows color (decimal): -12052639 or 6362952. OLE color: 6362952.

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

Color convert

RGB722397-
CMYK0.260.7600.62
HSL279.73º61.67%23.53%-
HSV(B)279.73º76.29%38.04%-
XYZ5.142.8511.59-
YUV46.09156.73146.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 97 (38.28% from 255) = 50.52%
R=37.5%
G=11.98%
B=50.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7223970.260.7600.62279.7361.6723.53
Hex4817611A4C03E1183e18
Octal11027141321140764307630
Binary1001000101111100001110101001100011111010001100011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481761; }

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

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

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

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

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

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

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

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