#483055

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

Shades of Scarlet Gum #483055

Tints of Scarlet Gum #483055

Color information

#483055 (or 0x483055) is unknown color: approx Scarlet Gum. HEX triplet: 48, 30 and 55. RGB value is (72,48,85). Sum of RGB (Red+Green+Blue) = 72+48+85=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 85 - color contains mainly: blue. Hex color #483055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483055 is #B7CFAA. Grayscale: #3B3B3B. Windows color (decimal): -12046251 or 5582920. OLE color: 5582920.

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

Color convert

RGB724885-
CMYK0.150.4400.67
HSL278.92º27.82%26.08%-
HSV(B)278.92º43.53%33.33%-
XYZ5.374.159.11-
YUV59.39142.45136.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=35.12%
G=23.41%
B=41.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7248850.150.4400.67278.9227.8226.08
Hex483055F2C0431171c1a
Octal11060125175401034273432
Binary100100011000010101011111101100010000111000101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483055; }

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

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

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

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

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

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

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

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