#482A53

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

Shades of Scarlet Gum #482A53

Tints of Scarlet Gum #482A53

Color information

#482A53 (or 0x482A53) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2A and 53. RGB value is (72,42,83). Sum of RGB (Red+Green+Blue) = 72+42+83=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #482A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482A53 is #B7D5AC. Grayscale: #373737. Windows color (decimal): -12047789 or 5450312. OLE color: 5450312.

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

Color convert

RGB724283-
CMYK0.130.4900.67
HSL283.9º32.8%24.51%-
HSV(B)283.9º49.4%32.55%-
XYZ5.063.668.62-
YUV55.64143.44139.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 42 (16.80% from 255) = 21.32%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=36.55%
G=21.32%
B=42.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7242830.130.4900.67283.932.824.51
Hex482A53D3104311c2119
Octal11052123156101034344131
Binary1001000101010101001111011100010100001110001110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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