#482D53

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

Shades of Scarlet Gum #482D53

Tints of Scarlet Gum #482D53

Color information

#482D53 (or 0x482D53) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2D and 53. RGB value is (72,45,83). Sum of RGB (Red+Green+Blue) = 72+45+83=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #482D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D53 is #B7D2AC. Grayscale: #393939. Windows color (decimal): -12047021 or 5451080. OLE color: 5451080.

HSL color Cylindrical-coordinate representation of color #482D53: hue angle of 282.63º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #482D53 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB724583-
CMYK0.130.4600.67
HSL282.63º29.69%25.1%-
HSV(B)282.63º45.78%32.55%-
XYZ5.173.888.66-
YUV57.4142.45138.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 83 (32.81% from 255) = 41.5%
R=36%
G=22.5%
B=41.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7245830.130.4600.67282.6329.6925.1
Hex482D53D2E04311b1e19
Octal11055123155601034333631
Binary100100010110110100111101101110010000111000110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482D53; }

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

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

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

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

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

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

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

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