#561867

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

Shades of Scarlet Gum #561867

Tints of Scarlet Gum #561867

Color information

#561867 (or 0x561867) is unknown color: approx Scarlet Gum. HEX triplet: 56, 18 and 67. RGB value is (86,24,103). Sum of RGB (Red+Green+Blue) = 86+24+103=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #561867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561867 is #A9E798. Grayscale: #333333. Windows color (decimal): -11134873 or 6756438. OLE color: 6756438.

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

Color convert

RGB8624103-
CMYK0.170.7700.60
HSL287.09º62.2%24.9%-
HSV(B)287.09º76.7%40.39%-
XYZ6.613.6113.18-
YUV51.54157.04152.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 103 (40.62% from 255) = 48.36%
R=40.38%
G=11.27%
B=48.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86241030.170.7700.60287.0962.224.9
Hex561867114D03C11f3e19
Octal12630147211150744377631
Binary1010110110001100111100011001101011110010001111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561867; }

 p { color: rgb(86,24,103); }

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

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

 a { background-color: rgb(86,24,103); }

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

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

 span { border-color: rgb(86,24,103); }

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