#481855

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

Shades of Scarlet Gum #481855

Tints of Scarlet Gum #481855

Color information

#481855 (or 0x481855) is unknown color: approx Scarlet Gum. HEX triplet: 48, 18 and 55. RGB value is (72,24,85). Sum of RGB (Red+Green+Blue) = 72+24+85=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #481855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481855 is #B7E7AA. Grayscale: #2D2D2D. Windows color (decimal): -12052395 or 5576776. OLE color: 5576776.

HSL color Cylindrical-coordinate representation of color #481855: hue angle of 287.21º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #481855 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB722485-
CMYK0.150.7200.67
HSL287.21º55.96%21.37%-
HSV(B)287.21º71.76%33.33%-
XYZ4.642.698.87-
YUV45.31150.4147.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=39.78%
G=13.26%
B=46.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7224850.150.7200.67287.2155.9621.37
Hex481855F4804311f3815
Octal110301251711001034377025
Binary1001000110001010101111110010000100001110001111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481855; }

 p { color: rgb(72,24,85); }

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

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

 a { background-color: rgb(72,24,85); }

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

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

 span { border-color: rgb(72,24,85); }

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