#482853

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

Shades of Scarlet Gum #482853

Tints of Scarlet Gum #482853

Color information

#482853 (or 0x482853) is unknown color: approx Scarlet Gum. HEX triplet: 48, 28 and 53. RGB value is (72,40,83). Sum of RGB (Red+Green+Blue) = 72+40+83=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #482853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482853 is #B7D7AC. Grayscale: #363636. Windows color (decimal): -12048301 or 5449800. OLE color: 5449800.

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

Color convert

RGB724083-
CMYK0.130.5200.67
HSL284.65º34.96%24.12%-
HSV(B)284.65º51.81%32.55%-
XYZ4.993.528.6-
YUV54.47144.1140.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=36.92%
G=20.51%
B=42.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7240830.130.5200.67284.6534.9624.12
Hex482853D3404311d2318
Octal11050123156401034354330
Binary1001000101000101001111011101000100001110001110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482853; }

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

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

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

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

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

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

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

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