#561266

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

Shades of Scarlet Gum #561266

Tints of Scarlet Gum #561266

Color information

#561266 (or 0x561266) is unknown color: approx Scarlet Gum. HEX triplet: 56, 12 and 66. RGB value is (86,18,102). Sum of RGB (Red+Green+Blue) = 86+18+102=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #561266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561266 is #A9ED99. Grayscale: #2F2F2F. Windows color (decimal): -11136410 or 6689366. OLE color: 6689366.

HSL color Cylindrical-coordinate representation of color #561266: hue angle of 288.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561266 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8618102-
CMYK0.160.8200.6
HSL288.57º70%23.53%-
HSV(B)288.57º82.35%40%-
XYZ6.453.3712.88-
YUV47.91158.53155.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=41.75%
G=8.74%
B=49.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86181020.160.8200.6288.577023.53
Hex561266105203C1214618
Octal126221462012207444110630
Binary10101101001011001101000010100100111100100100001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561266; }

 p { color: rgb(86,18,102); }

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

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

 a { background-color: rgb(86,18,102); }

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

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

 span { border-color: rgb(86,18,102); }

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