#483650

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

Shades of Scarlet Gum #483650

Tints of Scarlet Gum #483650

Color information

#483650 (or 0x483650) is unknown color: approx Scarlet Gum. HEX triplet: 48, 36 and 50. RGB value is (72,54,80). Sum of RGB (Red+Green+Blue) = 72+54+80=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #483650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483650 is #B7C9AF. Grayscale: #3E3E3E. Windows color (decimal): -12044720 or 5256776. OLE color: 5256776.

HSL color Cylindrical-coordinate representation of color #483650: hue angle of 281.54º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483650 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB725480-
CMYK0.100.3300.69
HSL281.54º19.4%26.27%-
HSV(B)281.54º32.5%31.37%-
XYZ5.444.68.19-
YUV62.35137.96134.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=34.95%
G=26.21%
B=38.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7254800.100.3300.69281.5419.426.27
Hex483650A2104511a131a
Octal11066120124101054322332
Binary100100011011010100001010100001010001011000110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483650; }

 p { color: rgb(72,54,80); }

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

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

 a { background-color: rgb(72,54,80); }

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

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

 span { border-color: rgb(72,54,80); }

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