#481358

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

Shades of Scarlet Gum #481358

Tints of Scarlet Gum #481358

Color information

#481358 (or 0x481358) is unknown color: approx Scarlet Gum. HEX triplet: 48, 13 and 58. RGB value is (72,19,88). Sum of RGB (Red+Green+Blue) = 72+19+88=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #481358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481358 is #B7ECA7. Grayscale: #2A2A2A. Windows color (decimal): -12053672 or 5772104. OLE color: 5772104.

HSL color Cylindrical-coordinate representation of color #481358: hue angle of 286.09º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481358 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB721988-
CMYK0.180.7800.65
HSL286.09º64.49%20.98%-
HSV(B)286.09º78.41%34.51%-
XYZ4.672.559.48-
YUV42.71153.56148.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 19 (7.81% from 255) = 10.61%
BLUE value IS 88 (34.77% from 255) = 49.16%
R=40.22%
G=10.61%
B=49.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7219880.180.7800.65286.0964.4920.98
Hex481358124E04111e4015
Octal1102313022116010143610025
Binary100100010011101100010010100111001000001100011110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481358; }

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

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

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

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

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

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

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

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