#483154

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

Shades of Scarlet Gum #483154

Tints of Scarlet Gum #483154

Color information

#483154 (or 0x483154) is unknown color: approx Scarlet Gum. HEX triplet: 48, 31 and 54. RGB value is (72,49,84). Sum of RGB (Red+Green+Blue) = 72+49+84=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 84 - color contains mainly: blue. Hex color #483154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483154 is #B7CEAB. Grayscale: #3B3B3B. Windows color (decimal): -12045996 or 5517640. OLE color: 5517640.

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

Color convert

RGB724984-
CMYK0.140.4200.67
HSL279.43º26.32%26.08%-
HSV(B)279.43º41.67%32.94%-
XYZ5.374.218.92-
YUV59.87141.62136.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=35.12%
G=23.90%
B=40.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7249840.140.4200.67279.4326.3226.08
Hex483154E2A0431171a1a
Octal11061124165201034273232
Binary100100011000110101001110101010010000111000101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483154; }

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

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

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

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

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

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

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

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