#483555

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

Shades of Scarlet Gum #483555

Tints of Scarlet Gum #483555

Color information

#483555 (or 0x483555) is unknown color: approx Scarlet Gum. HEX triplet: 48, 35 and 55. RGB value is (72,53,85). Sum of RGB (Red+Green+Blue) = 72+53+85=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #483555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483555 is #B7CAAA. Grayscale: #3E3E3E. Windows color (decimal): -12044971 or 5584200. OLE color: 5584200.

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

Color convert

RGB725385-
CMYK0.150.3800.67
HSL275.62º23.19%27.06%-
HSV(B)275.62º37.65%33.33%-
XYZ5.594.589.18-
YUV62.33140.79134.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=34.29%
G=25.24%
B=40.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7253850.150.3800.67275.6223.1927.06
Hex483555F26043114171b
Octal11065125174601034242733
Binary100100011010110101011111100110010000111000101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483555; }

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

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

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

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

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

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

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

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