#483352

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

Shades of Scarlet Gum #483352

Tints of Scarlet Gum #483352

Color information

#483352 (or 0x483352) is unknown color: approx Scarlet Gum. HEX triplet: 48, 33 and 52. RGB value is (72,51,82). Sum of RGB (Red+Green+Blue) = 72+51+82=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #483352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483352 is #B7CCAD. Grayscale: #3C3C3C. Windows color (decimal): -12045486 or 5387080. OLE color: 5387080.

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

Color convert

RGB725182-
CMYK0.120.3800.68
HSL280.65º23.31%26.08%-
HSV(B)280.65º37.8%32.16%-
XYZ5.384.358.54-
YUV60.81139.96135.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 82 (32.42% from 255) = 40%
R=35.12%
G=24.88%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7251820.120.3800.68280.6523.3126.08
Hex483352C26044119171a
Octal11063122144601044312732
Binary100100011001110100101100100110010001001000110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483352; }

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

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

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

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

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

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

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

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