#481762

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

Shades of Scarlet Gum #481762

Tints of Scarlet Gum #481762

Color information

#481762 (or 0x481762) is unknown color: approx Scarlet Gum. HEX triplet: 48, 17 and 62. RGB value is (72,23,98). Sum of RGB (Red+Green+Blue) = 72+23+98=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #481762 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481762 is #B7E89D. Grayscale: #2D2D2D. Windows color (decimal): -12052638 or 6428488. OLE color: 6428488.

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

Color convert

RGB722398-
CMYK0.270.7700.62
HSL279.2º61.98%23.73%-
HSV(B)279.2º76.53%38.43%-
XYZ5.182.8711.84-
YUV46.2157.23146.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 98 (38.67% from 255) = 50.78%
R=37.31%
G=11.92%
B=50.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7223980.270.7700.62279.261.9823.73
Hex4817621B4D03E1173e18
Octal11027142331150764277630
Binary1001000101111100010110111001101011111010001011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481762; }

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

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

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

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

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

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

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

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