#561369

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

Shades of Scarlet Gum #561369

Tints of Scarlet Gum #561369

Color information

#561369 (or 0x561369) is unknown color: approx Scarlet Gum. HEX triplet: 56, 13 and 69. RGB value is (86,19,105). Sum of RGB (Red+Green+Blue) = 86+19+105=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #561369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561369 is #A9EC96. Grayscale: #303030. Windows color (decimal): -11136151 or 6886230. OLE color: 6886230.

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

Color convert

RGB8619105-
CMYK0.180.8200.59
HSL286.74º69.35%24.31%-
HSV(B)286.74º81.9%41.18%-
XYZ6.623.4613.68-
YUV48.84159.7154.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 19 (7.81% from 255) = 9.05%
BLUE value IS 105 (41.41% from 255) = 50%
R=40.95%
G=9.05%
B=50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86191050.180.8200.59286.7469.3524.31
Hex561369125203B11f4518
Octal126231512212207343710530
Binary10101101001111010011001010100100111011100011111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561369; }

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

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

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

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

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

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

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

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