#483755

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

Shades of Scarlet Gum #483755

Tints of Scarlet Gum #483755

Color information

#483755 (or 0x483755) is unknown color: approx Scarlet Gum. HEX triplet: 48, 37 and 55. RGB value is (72,55,85). Sum of RGB (Red+Green+Blue) = 72+55+85=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #483755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483755 is #B7C8AA. Grayscale: #3F3F3F. Windows color (decimal): -12044459 or 5584712. OLE color: 5584712.

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

Color convert

RGB725585-
CMYK0.150.3500.67
HSL274º21.43%27.45%-
HSV(B)274º35.29%33.33%-
XYZ5.684.779.21-
YUV63.5140.13134.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=33.96%
G=25.94%
B=40.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7255850.150.3500.6727421.4327.45
Hex483755F23043112151b
Octal11067125174301034222533
Binary100100011011110101011111100011010000111000100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483755; }

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

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

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

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

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

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

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

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