#483556

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

Shades of Scarlet Gum #483556

Tints of Scarlet Gum #483556

Color information

#483556 (or 0x483556) is unknown color: approx Scarlet Gum. HEX triplet: 48, 35 and 56. RGB value is (72,53,86). Sum of RGB (Red+Green+Blue) = 72+53+86=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #483556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483556 is #B7CAA9. Grayscale: #3E3E3E. Windows color (decimal): -12044970 or 5649736. OLE color: 5649736.

HSL color Cylindrical-coordinate representation of color #483556: hue angle of 274.55º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #483556 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB725386-
CMYK0.160.3800.66
HSL274.55º23.74%27.25%-
HSV(B)274.55º38.37%33.73%-
XYZ5.634.69.39-
YUV62.44141.29134.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=34.12%
G=25.12%
B=40.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7253860.160.3800.66274.5523.7427.25
Hex4835561026042113181b
Octal11065126204601024233033
Binary1001000110101101011010000100110010000101000100111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483556; }

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

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

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

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

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

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

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

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