#483554

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

Shades of Scarlet Gum #483554

Tints of Scarlet Gum #483554

Color information

#483554 (or 0x483554) is unknown color: approx Scarlet Gum. HEX triplet: 48, 35 and 54. RGB value is (72,53,84). Sum of RGB (Red+Green+Blue) = 72+53+84=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #483554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483554 is #B7CAAB. Grayscale: #3E3E3E. Windows color (decimal): -12044972 or 5518664. OLE color: 5518664.

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

Color convert

RGB725384-
CMYK0.140.3700.67
HSL276.77º22.63%26.86%-
HSV(B)276.77º36.9%32.94%-
XYZ5.554.568.98-
YUV62.22140.29134.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 53 (21.09% from 255) = 25.36%
BLUE value IS 84 (33.20% from 255) = 40.19%
R=34.45%
G=25.36%
B=40.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7253840.140.3700.67276.7722.6326.86
Hex483554E25043115171b
Octal11065124164501034252733
Binary100100011010110101001110100101010000111000101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483554; }

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

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

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

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

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

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

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

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