#561767

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

Shades of Scarlet Gum #561767

Tints of Scarlet Gum #561767

Color information

#561767 (or 0x561767) is unknown color: approx Scarlet Gum. HEX triplet: 56, 17 and 67. RGB value is (86,23,103). Sum of RGB (Red+Green+Blue) = 86+23+103=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #561767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561767 is #A9E898. Grayscale: #323232. Windows color (decimal): -11135129 or 6756182. OLE color: 6756182.

HSL color Cylindrical-coordinate representation of color #561767: hue angle of 287.25º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561767 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8623103-
CMYK0.170.7800.60
HSL287.25º63.49%24.71%-
HSV(B)287.25º77.67%40.39%-
XYZ6.593.5713.17-
YUV50.96157.37153-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 23 (9.38% from 255) = 10.85%
BLUE value IS 103 (40.62% from 255) = 48.58%
R=40.57%
G=10.85%
B=48.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86231030.170.7800.60287.2563.4924.71
Hex561767114E03C11f3f19
Octal12627147211160744377731
Binary1010110101111100111100011001110011110010001111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561767; }

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

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

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

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

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

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

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

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