#521861

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

Shades of Scarlet Gum #521861

Tints of Scarlet Gum #521861

Color information

#521861 (or 0x521861) is unknown color: approx Scarlet Gum. HEX triplet: 52, 18 and 61. RGB value is (82,24,97). Sum of RGB (Red+Green+Blue) = 82+24+97=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #521861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521861 is #ADE79E. Grayscale: #313131. Windows color (decimal): -11397023 or 6363218. OLE color: 6363218.

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

Color convert

RGB822497-
CMYK0.150.7500.62
HSL287.67º60.33%23.73%-
HSV(B)287.67º75.26%38.04%-
XYZ5.963.3111.63-
YUV49.66154.72151.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=40.39%
G=11.82%
B=47.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8224970.150.7500.62287.6760.3323.73
Hex521861F4B03E1203c18
Octal12230141171130764407430
Binary101001011000110000111111001011011111010010000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521861; }

 p { color: rgb(82,24,97); }

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

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

 a { background-color: rgb(82,24,97); }

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

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

 span { border-color: rgb(82,24,97); }

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