#483552

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

Shades of Scarlet Gum #483552

Tints of Scarlet Gum #483552

Color information

#483552 (or 0x483552) is unknown color: approx Scarlet Gum. HEX triplet: 48, 35 and 52. RGB value is (72,53,82). Sum of RGB (Red+Green+Blue) = 72+53+82=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 82 - color contains mainly: blue. Hex color #483552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483552 is #B7CAAD. Grayscale: #3D3D3D. Windows color (decimal): -12044974 or 5387592. OLE color: 5387592.

HSL color Cylindrical-coordinate representation of color #483552: hue angle of 279.31º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #483552 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB725382-
CMYK0.120.3500.68
HSL279.31º21.48%26.47%-
HSV(B)279.31º35.37%32.16%-
XYZ5.474.538.57-
YUV61.99139.29135.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=34.78%
G=25.60%
B=39.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7253820.120.3500.68279.3121.4826.47
Hex483552C23044117151a
Octal11065122144301044272532
Binary100100011010110100101100100011010001001000101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483552; }

 p { color: rgb(72,53,82); }

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

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

 a { background-color: rgb(72,53,82); }

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

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

 span { border-color: rgb(72,53,82); }

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