#521968

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

Shades of Scarlet Gum #521968

Tints of Scarlet Gum #521968

Color information

#521968 (or 0x521968) is unknown color: approx Scarlet Gum. HEX triplet: 52, 19 and 68. RGB value is (82,25,104). Sum of RGB (Red+Green+Blue) = 82+25+104=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #521968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521968 is #ADE697. Grayscale: #323232. Windows color (decimal): -11396760 or 6822226. OLE color: 6822226.

HSL color Cylindrical-coordinate representation of color #521968: hue angle of 283.29º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521968 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8225104-
CMYK0.210.7600.59
HSL283.29º61.24%25.29%-
HSV(B)283.29º75.96%40.78%-
XYZ6.333.4913.44-
YUV51.05157.88150.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=38.86%
G=11.85%
B=49.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82251040.210.7600.59283.2961.2425.29
Hex521968154C03B11b3d19
Octal12231150251140734337531
Binary1010010110011101000101011001100011101110001101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521968; }

 p { color: rgb(82,25,104); }

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

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

 a { background-color: rgb(82,25,104); }

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

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

 span { border-color: rgb(82,25,104); }

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