#482360

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

Shades of Scarlet Gum #482360

Tints of Scarlet Gum #482360

Color information

#482360 (or 0x482360) is unknown color: approx Scarlet Gum. HEX triplet: 48, 23 and 60. RGB value is (72,35,96). Sum of RGB (Red+Green+Blue) = 72+35+96=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #482360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482360 is #B7DC9F. Grayscale: #343434. Windows color (decimal): -12049568 or 6300488. OLE color: 6300488.

HSL color Cylindrical-coordinate representation of color #482360: hue angle of 276.39º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #482360 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB723596-
CMYK0.250.6400.62
HSL276.39º46.56%25.69%-
HSV(B)276.39º63.54%37.65%-
XYZ5.383.4211.44-
YUV53.02152.26141.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=35.47%
G=17.24%
B=47.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7235960.250.6400.62276.3946.5625.69
Hex482360194003E1142f1a
Octal11043140311000764245732
Binary10010001000111100000110011000000011111010001010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482360; }

 p { color: rgb(72,35,96); }

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

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

 a { background-color: rgb(72,35,96); }

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

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

 span { border-color: rgb(72,35,96); }

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