#481956

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

Shades of Scarlet Gum #481956

Tints of Scarlet Gum #481956

Color information

#481956 (or 0x481956) is unknown color: approx Scarlet Gum. HEX triplet: 48, 19 and 56. RGB value is (72,25,86). Sum of RGB (Red+Green+Blue) = 72+25+86=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #481956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481956 is #B7E6A9. Grayscale: #2D2D2D. Windows color (decimal): -12052138 or 5642568. OLE color: 5642568.

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

Color convert

RGB722586-
CMYK0.160.7100.66
HSL286.23º54.95%21.76%-
HSV(B)286.23º70.93%33.73%-
XYZ4.72.749.09-
YUV46.01150.57146.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 86 (33.98% from 255) = 46.99%
R=39.34%
G=13.66%
B=46.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7225860.160.7100.66286.2354.9521.76
Hex481956104704211e3716
Octal110311262010701024366726
Binary10010001100110101101000010001110100001010001111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481956; }

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

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

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

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

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

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

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

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