#483257

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

Shades of Scarlet Gum #483257

Tints of Scarlet Gum #483257

Color information

#483257 (or 0x483257) is unknown color: approx Scarlet Gum. HEX triplet: 48, 32 and 57. RGB value is (72,50,87). Sum of RGB (Red+Green+Blue) = 72+50+87=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #483257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483257 is #B7CDA8. Grayscale: #3C3C3C. Windows color (decimal): -12045737 or 5714504. OLE color: 5714504.

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

Color convert

RGB725087-
CMYK0.170.4300.66
HSL275.68º27.01%26.86%-
HSV(B)275.68º42.53%34.12%-
XYZ5.534.359.56-
YUV60.8142.79135.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 87 (34.38% from 255) = 41.63%
R=34.45%
G=23.92%
B=41.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7250870.170.4300.66275.6827.0126.86
Hex483257112B0421141b1b
Octal11062127215301024243333
Binary1001000110010101011110001101011010000101000101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483257; }

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

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

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

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

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

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

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

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