#561769

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

Shades of Scarlet Gum #561769

Tints of Scarlet Gum #561769

Color information

#561769 (or 0x561769) is unknown color: approx Scarlet Gum. HEX triplet: 56, 17 and 69. RGB value is (86,23,105). Sum of RGB (Red+Green+Blue) = 86+23+105=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #561769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561769 is #A9E896. Grayscale: #323232. Windows color (decimal): -11135127 or 6887254. OLE color: 6887254.

HSL color Cylindrical-coordinate representation of color #561769: hue angle of 286.1º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561769 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8623105-
CMYK0.180.7800.59
HSL286.1º64.06%25.1%-
HSV(B)286.1º78.1%41.18%-
XYZ6.693.6113.71-
YUV51.18158.37152.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 23 (9.38% from 255) = 10.75%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=40.19%
G=10.75%
B=49.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86231050.180.7800.59286.164.0625.1
Hex561769124E03B11e4019
Octal126271512211607343610031
Binary10101101011111010011001010011100111011100011110100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561769; }

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

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

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

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

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

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

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

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