#521767

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

Shades of Scarlet Gum #521767

Tints of Scarlet Gum #521767

Color information

#521767 (or 0x521767) is unknown color: approx Scarlet Gum. HEX triplet: 52, 17 and 67. RGB value is (82,23,103). Sum of RGB (Red+Green+Blue) = 82+23+103=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #521767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521767 is #ADE898. Grayscale: #313131. Windows color (decimal): -11397273 or 6756178. OLE color: 6756178.

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

Color convert

RGB8223103-
CMYK0.200.7800.60
HSL284.25º63.49%24.71%-
HSV(B)284.25º77.67%40.39%-
XYZ6.233.3913.16-
YUV49.76158.05151-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 103 (40.62% from 255) = 49.52%
R=39.42%
G=11.06%
B=49.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82231030.200.7800.60284.2563.4924.71
Hex521767144E03C11c3f19
Octal12227147241160744347731
Binary1010010101111100111101001001110011110010001110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521767; }

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

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

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

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

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

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

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

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