#561268

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

Shades of Scarlet Gum #561268

Tints of Scarlet Gum #561268

Color information

#561268 (or 0x561268) is unknown color: approx Scarlet Gum. HEX triplet: 56, 12 and 68. RGB value is (86,18,104). Sum of RGB (Red+Green+Blue) = 86+18+104=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #561268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561268 is #A9ED97. Grayscale: #2F2F2F. Windows color (decimal): -11136408 or 6820438. OLE color: 6820438.

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

Color convert

RGB8618104-
CMYK0.170.8300.59
HSL287.44º70.49%23.92%-
HSV(B)287.44º82.69%40.78%-
XYZ6.553.4113.41-
YUV48.14159.53155.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 104 (41.02% from 255) = 50%
R=41.35%
G=8.65%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86181040.170.8300.59287.4470.4923.92
Hex561268115303B11f4618
Octal126221502112307343710630
Binary10101101001011010001000110100110111011100011111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561268; }

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

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

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

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

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

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

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

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