#531962

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

Shades of Scarlet Gum #531962

Tints of Scarlet Gum #531962

Color information

#531962 (or 0x531962) is unknown color: approx Scarlet Gum. HEX triplet: 53, 19 and 62. RGB value is (83,25,98). Sum of RGB (Red+Green+Blue) = 83+25+98=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #531962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531962 is #ACE69D. Grayscale: #323232. Windows color (decimal): -11331230 or 6429011. OLE color: 6429011.

HSL color Cylindrical-coordinate representation of color #531962: hue angle of 287.67º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #531962 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB832598-
CMYK0.150.7400.62
HSL287.67º59.35%24.12%-
HSV(B)287.67º74.49%38.43%-
XYZ6.123.4211.89-
YUV50.66154.72151.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 98 (38.67% from 255) = 47.57%
R=40.29%
G=12.14%
B=47.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8325980.150.7400.62287.6759.3524.12
Hex531962F4A03E1203b18
Octal12331142171120764407330
Binary101001111001110001011111001010011111010010000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531962; }

 p { color: rgb(83,25,98); }

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

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

 a { background-color: rgb(83,25,98); }

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

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

 span { border-color: rgb(83,25,98); }

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