#483155

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

Shades of Scarlet Gum #483155

Tints of Scarlet Gum #483155

Color information

#483155 (or 0x483155) is unknown color: approx Scarlet Gum. HEX triplet: 48, 31 and 55. RGB value is (72,49,85). Sum of RGB (Red+Green+Blue) = 72+49+85=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #483155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483155 is #B7CEAA. Grayscale: #3B3B3B. Windows color (decimal): -12045995 or 5583176. OLE color: 5583176.

HSL color Cylindrical-coordinate representation of color #483155: hue angle of 278.33º degrees, saturation: 0.27, 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 #483155 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB724985-
CMYK0.150.4200.67
HSL278.33º26.87%26.27%-
HSV(B)278.33º42.35%33.33%-
XYZ5.414.239.13-
YUV59.98142.12136.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=34.95%
G=23.79%
B=41.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7249850.150.4200.67278.3326.8726.27
Hex483155F2A0431161b1a
Octal11061125175201034263332
Binary100100011000110101011111101010010000111000101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483155; }

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

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

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

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

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

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

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

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