#561969

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

Shades of Scarlet Gum #561969

Tints of Scarlet Gum #561969

Color information

#561969 (or 0x561969) is unknown color: approx Scarlet Gum. HEX triplet: 56, 19 and 69. RGB value is (86,25,105). Sum of RGB (Red+Green+Blue) = 86+25+105=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #561969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561969 is #A9E696. Grayscale: #343434. Windows color (decimal): -11134615 or 6887766. OLE color: 6887766.

HSL color Cylindrical-coordinate representation of color #561969: hue angle of 285.75º degrees, saturation: 0.62, 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 #561969 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8625105-
CMYK0.180.7600.59
HSL285.75º61.54%25.49%-
HSV(B)285.75º76.19%41.18%-
XYZ6.743.6913.72-
YUV52.36157.71152-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=39.81%
G=11.57%
B=48.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86251050.180.7600.59285.7561.5425.49
Hex561969124C03B11e3e19
Octal12631151221140734367631
Binary1010110110011101001100101001100011101110001111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561969; }

 p { color: rgb(86,25,105); }

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

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

 a { background-color: rgb(86,25,105); }

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

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

 span { border-color: rgb(86,25,105); }

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