#483255

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

Shades of Scarlet Gum #483255

Tints of Scarlet Gum #483255

Color information

#483255 (or 0x483255) is unknown color: approx Scarlet Gum. HEX triplet: 48, 32 and 55. RGB value is (72,50,85). Sum of RGB (Red+Green+Blue) = 72+50+85=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: blue. Hex color #483255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483255 is #B7CDAA. Grayscale: #3C3C3C. Windows color (decimal): -12045739 or 5583432. OLE color: 5583432.

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

Color convert

RGB725085-
CMYK0.150.4100.67
HSL277.71º25.93%26.47%-
HSV(B)277.71º41.18%33.33%-
XYZ5.454.319.14-
YUV60.57141.79136.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=34.78%
G=24.15%
B=41.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7250850.150.4100.67277.7125.9326.47
Hex483255F290431161a1a
Octal11062125175101034263232
Binary100100011001010101011111101001010000111000101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483255; }

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

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

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

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

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

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

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

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