#483056

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

Shades of Scarlet Gum #483056

Tints of Scarlet Gum #483056

Color information

#483056 (or 0x483056) is unknown color: approx Scarlet Gum. HEX triplet: 48, 30 and 56. RGB value is (72,48,86). Sum of RGB (Red+Green+Blue) = 72+48+86=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #483056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483056 is #B7CFA9. Grayscale: #3B3B3B. Windows color (decimal): -12046250 or 5648456. OLE color: 5648456.

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

Color convert

RGB724886-
CMYK0.160.4400.66
HSL277.89º28.36%26.27%-
HSV(B)277.89º44.19%33.73%-
XYZ5.414.169.32-
YUV59.51142.95136.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=34.95%
G=23.30%
B=41.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7248860.160.4400.66277.8928.3626.27
Hex483056102C0421161c1a
Octal11060126205401024263432
Binary1001000110000101011010000101100010000101000101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483056; }

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

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

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

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

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

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

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

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