#483252

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

Shades of Scarlet Gum #483252

Tints of Scarlet Gum #483252

Color information

#483252 (or 0x483252) is unknown color: approx Scarlet Gum. HEX triplet: 48, 32 and 52. RGB value is (72,50,82). Sum of RGB (Red+Green+Blue) = 72+50+82=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #483252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483252 is #B7CDAD. Grayscale: #3C3C3C. Windows color (decimal): -12045742 or 5386824. OLE color: 5386824.

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

Color convert

RGB725082-
CMYK0.120.3900.68
HSL281.25º24.24%25.88%-
HSV(B)281.25º39.02%32.16%-
XYZ5.344.278.53-
YUV60.23140.29136.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=35.29%
G=24.51%
B=40.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7250820.120.3900.68281.2524.2425.88
Hex483252C27044119181a
Octal11062122144701044313032
Binary100100011001010100101100100111010001001000110011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483252; }

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

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

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

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

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

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

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

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