#521967

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

Shades of Scarlet Gum #521967

Tints of Scarlet Gum #521967

Color information

#521967 (or 0x521967) is unknown color: approx Scarlet Gum. HEX triplet: 52, 19 and 67. RGB value is (82,25,103). Sum of RGB (Red+Green+Blue) = 82+25+103=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #521967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521967 is #ADE698. Grayscale: #323232. Windows color (decimal): -11396761 or 6756690. OLE color: 6756690.

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

Color convert

RGB8225103-
CMYK0.200.7600.60
HSL283.85º60.94%25.1%-
HSV(B)283.85º75.73%40.39%-
XYZ6.283.4713.17-
YUV50.94157.38150.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 103 (40.62% from 255) = 49.05%
R=39.05%
G=11.90%
B=49.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82251030.200.7600.60283.8560.9425.1
Hex521967144C03C11c3d19
Octal12231147241140744347531
Binary1010010110011100111101001001100011110010001110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521967; }

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

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

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

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

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

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

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

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