#571168

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

Shades of Scarlet Gum #571168

Tints of Scarlet Gum #571168

Color information

#571168 (or 0x571168) is unknown color: approx Scarlet Gum. HEX triplet: 57, 11 and 68. RGB value is (87,17,104). Sum of RGB (Red+Green+Blue) = 87+17+104=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #571168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571168 is #A8EE97. Grayscale: #2F2F2F. Windows color (decimal): -11071128 or 6820183. OLE color: 6820183.

HSL color Cylindrical-coordinate representation of color #571168: hue angle of 288.28º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #571168 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8717104-
CMYK0.160.8400.59
HSL288.28º71.9%23.73%-
HSV(B)288.28º83.65%40.78%-
XYZ6.633.4313.41-
YUV47.85159.69155.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.83%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 104 (41.02% from 255) = 50%
R=41.83%
G=8.17%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87171040.160.8400.59288.2871.923.73
Hex571168105403B1204818
Octal127211502012407344011030
Binary10101111000111010001000010101000111011100100000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571168; }

 p { color: rgb(87,17,104); }

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

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

 a { background-color: rgb(87,17,104); }

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

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

 span { border-color: rgb(87,17,104); }

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