#482053

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

Shades of Scarlet Gum #482053

Tints of Scarlet Gum #482053

Color information

#482053 (or 0x482053) is unknown color: approx Scarlet Gum. HEX triplet: 48, 20 and 53. RGB value is (72,32,83). Sum of RGB (Red+Green+Blue) = 72+32+83=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #482053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482053 is #B7DFAC. Grayscale: #313131. Windows color (decimal): -12050349 or 5447752. OLE color: 5447752.

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

Color convert

RGB723283-
CMYK0.130.6100.67
HSL287.06º44.35%22.55%-
HSV(B)287.06º61.45%32.55%-
XYZ4.753.048.52-
YUV49.77146.75143.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=38.50%
G=17.11%
B=44.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7232830.130.6100.67287.0644.3522.55
Hex482053D3D04311f2c17
Octal11040123157501034375427
Binary1001000100000101001111011111010100001110001111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482053; }

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

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

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

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

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

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

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

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