#482753

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

Shades of Scarlet Gum #482753

Tints of Scarlet Gum #482753

Color information

#482753 (or 0x482753) is unknown color: approx Scarlet Gum. HEX triplet: 48, 27 and 53. RGB value is (72,39,83). Sum of RGB (Red+Green+Blue) = 72+39+83=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 83 - color contains mainly: blue. Hex color #482753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482753 is #B7D8AC. Grayscale: #353535. Windows color (decimal): -12048557 or 5449544. OLE color: 5449544.

HSL color Cylindrical-coordinate representation of color #482753: hue angle of 285º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482753 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB723983-
CMYK0.130.5300.67
HSL285º36.07%23.92%-
HSV(B)285º53.01%32.55%-
XYZ4.963.458.59-
YUV53.88144.43140.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 39 (15.62% from 255) = 20.10%
BLUE value IS 83 (32.81% from 255) = 42.78%
R=37.11%
G=20.10%
B=42.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7239830.130.5300.6728536.0723.92
Hex482753D3504311d2418
Octal11047123156501034354430
Binary1001000100111101001111011101010100001110001110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482753; }

 p { color: rgb(72,39,83); }

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

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

 a { background-color: rgb(72,39,83); }

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

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

 span { border-color: rgb(72,39,83); }

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