#481356

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

Shades of Scarlet Gum #481356

Tints of Scarlet Gum #481356

Color information

#481356 (or 0x481356) is unknown color: approx Scarlet Gum. HEX triplet: 48, 13 and 56. RGB value is (72,19,86). Sum of RGB (Red+Green+Blue) = 72+19+86=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #481356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481356 is #B7ECA9. Grayscale: #2A2A2A. Windows color (decimal): -12053674 or 5641032. OLE color: 5641032.

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

Color convert

RGB721986-
CMYK0.160.7800.66
HSL287.46º63.81%20.59%-
HSV(B)287.46º77.91%33.73%-
XYZ4.592.529.05-
YUV42.48152.56149.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=40.68%
G=10.73%
B=48.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7219860.160.7800.66287.4663.8120.59
Hex481356104E04211f4015
Octal1102312620116010243710025
Binary100100010011101011010000100111001000010100011111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481356; }

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

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

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

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

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

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

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

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