#483357

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

Shades of Scarlet Gum #483357

Tints of Scarlet Gum #483357

Color information

#483357 (or 0x483357) is unknown color: approx Scarlet Gum. HEX triplet: 48, 33 and 57. RGB value is (72,51,87). Sum of RGB (Red+Green+Blue) = 72+51+87=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #483357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483357 is #B7CCA8. Grayscale: #3D3D3D. Windows color (decimal): -12045481 or 5714760. OLE color: 5714760.

HSL color Cylindrical-coordinate representation of color #483357: hue angle of 275º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #483357 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB725187-
CMYK0.170.4100.66
HSL275º26.09%27.06%-
HSV(B)275º41.38%34.12%-
XYZ5.584.439.58-
YUV61.38142.46135.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 87 (34.38% from 255) = 41.43%
R=34.29%
G=24.29%
B=41.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7251870.170.4100.6627526.0927.06
Hex48335711290421131a1b
Octal11063127215101024233233
Binary1001000110011101011110001101001010000101000100111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483357; }

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

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

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

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

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

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

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

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